Skip to content

Commit

Permalink
Update version to 1.0 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhadka authored Apr 30, 2020
1 parent 031396a commit c50cd61
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions rhodium/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
__author__ = "David Hadka"
__copyright__ = "Copyright 2015, David Hadka"
__license__ = "GPLv3"
__version__ = "0.1"
__version__ = "1.0"
__maintainer__ = "David Hadka"
__email__ = "[email protected]"
__status__ = "Development"
Expand All @@ -36,4 +36,4 @@
from .brush import *
from .utils import *

from platypus.evaluator import *
from platypus.evaluator import *
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]',
Expand All @@ -40,4 +40,4 @@ def run_tests(self):
'Topic :: Scientific/Engineering :: Mathematics',
'Topic :: Software Development :: Libraries :: Python Modules',
],
)
)

0 comments on commit c50cd61

Please sign in to comment.