From 2417e373ed641f1f2639d71dd4ae5c04c75a8adb Mon Sep 17 00:00:00 2001 From: Paul Goins Date: Sat, 6 Mar 2010 10:08:33 +0900 Subject: [PATCH] Updated release/copyright info. --- jben/jben/jben_globals.py | 4 ++-- jben/setup.py | 2 +- jbparse/setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/jben/jben/jben_globals.py b/jben/jben/jben_globals.py index 332be29..2c794cf 100644 --- a/jben/jben/jben_globals.py +++ b/jben/jben/jben_globals.py @@ -12,7 +12,7 @@ import os import gettext gettext.install("jben") -VERSION_STR = "1.9.1" +VERSION_STR = "1.9.2" """This is the current version of J-Ben.""" # These were "constants" under the C++ interface. @@ -24,7 +24,7 @@ PROGRAM_NAME = _("J-Ben/python") """The name of this edition of J-Ben.""" AUTHOR_NAME = _("Paul Goins") """The name of the author.""" -COPYRIGHT_DATE = _("2007, 2008") +COPYRIGHT_DATE = _("2007, 2008, 2009, 2010") """Copyright date.""" diff --git a/jben/setup.py b/jben/setup.py index 5129ac0..978b2ac 100644 --- a/jben/setup.py +++ b/jben/setup.py @@ -25,7 +25,7 @@ setup(name='jben', classifiers=[ 'Environment :: Win32 (MS Windows)', 'Environment :: X11 Applications :: GTK', - 'Development Status :: 2 - Pre-Alpha', + 'Development Status :: 3 - Alpha', 'Intended Audience :: Developers', 'License :: OSI Approved :: GNU General Public License (GPL)', 'Natural Language :: English', diff --git a/jbparse/setup.py b/jbparse/setup.py index 4e9f128..e148111 100644 --- a/jbparse/setup.py +++ b/jbparse/setup.py @@ -4,7 +4,7 @@ from distutils.core import setup setup(name='jbparse', - version='0.1', + version='0.2', description='J-Ben parsing library', author='Paul Goins', author_email='general@vultaire.net', -- 2.11.4.GIT