Skip to content

Commit

Permalink
Bump version to v2.0.0
Browse files Browse the repository at this point in the history
This is a major version!
  • Loading branch information
jrdh authored Mar 9, 2021
1 parent 5f99d98 commit 55a4367
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 @@ -6,7 +6,7 @@

from setuptools import find_packages, setup

__version__ = '1.0.1'
__version__ = '2.0.0'

with open('README.md', 'r') as f:
__long_description__ = f.read()
Expand Down

0 comments on commit 55a4367

Please sign in to comment.