diff --git a/rhodium/__init__.py b/rhodium/__init__.py index 84b6239..104f331 100644 --- a/rhodium/__init__.py +++ b/rhodium/__init__.py @@ -19,7 +19,7 @@ __author__ = "David Hadka" __copyright__ = "Copyright 2015, David Hadka" __license__ = "GPLv3" -__version__ = "0.1" +__version__ = "1.0" __maintainer__ = "David Hadka" __email__ = "dhadka@users.noreply.github.com" __status__ = "Development" @@ -36,4 +36,4 @@ from .brush import * from .utils import * -from platypus.evaluator import * \ No newline at end of file +from platypus.evaluator import * diff --git a/setup.py b/setup.py index b739049..4d2df0d 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ def run_tests(self): nose.run_exit(argv=['nosetests']) setup(name='Rhodium', - version='0.1', + version='1.0', description='Robust decision making and exploratory modelling in Python', author='David Hadka', author_email='dhadka@users.noreply.github.com', @@ -40,4 +40,4 @@ def run_tests(self): 'Topic :: Scientific/Engineering :: Mathematics', 'Topic :: Software Development :: Libraries :: Python Modules', ], - ) \ No newline at end of file + )