Skip to content

Commit

Permalink
Bump version to 1.0.0 for archiving
Browse files Browse the repository at this point in the history
  • Loading branch information
marcharper committed Aug 9, 2018
1 parent 2eb10c3 commit c62d7d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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']},
)
)

0 comments on commit c62d7d4

Please sign in to comment.