Skip to content

Commit

Permalink
Merge pull request #10 from kbernst30/0.2.0
Browse files Browse the repository at this point in the history
New version
  • Loading branch information
kbernst30 authored Aug 29, 2019
2 parents d2a9342 + 715cdf4 commit 4b758c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import find_packages, setup
from setuptools.command.install import install

VERSION = '0.1.2'
VERSION = '0.2.0'

with open(os.path.join(os.path.dirname(__file__), 'README.rst')) as readme:
README = readme.read()
Expand Down

0 comments on commit 4b758c8

Please sign in to comment.