diff --git a/setup.py b/setup.py index be5fdde..5e9765a 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ def read(fname): setup( name="stationary", - version="0.0.2", + version="1.0.0", author="Marc Harper", author_email="marc.harper@gmail.com", description="Stationary distributions for finite Markov processes", @@ -24,4 +24,4 @@ def read(fname): install_requires=['numpy', 'scipy', 'matplotlib', 'nose', 'python-ternary'], long_description=read('README.md'), package_data={'stationary': ['utils/bomze.txt']}, -) \ No newline at end of file +)