Skip to content

Commit

Permalink
change version
Browse files Browse the repository at this point in the history
  • Loading branch information
waliens committed Jul 14, 2020
1 parent ad02bae commit 43f6dcf
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 @@ -5,7 +5,7 @@
with open("README.md", "r") as fh:
long_description = fh.read()

__version__ = "1.2.4"
__version__ = "1.3.0"

# fix versions for dependencies for python 2.7 (otherwise some tests fail)
if sys.version_info[0] == 2:
Expand Down

0 comments on commit 43f6dcf

Please sign in to comment.