Skip to content

Commit

Permalink
Minor version bump to test PyPI / Github Action integration
Browse files Browse the repository at this point in the history
  • Loading branch information
mbmilligan authored Nov 4, 2020
1 parent 1b5480e commit f22edf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
version_info = (
1,
0,
0,
1,
# 'rc0', # comment-out this line for a release
)
__version__ = '.'.join(map(str, version_info))
Expand Down

0 comments on commit f22edf1

Please sign in to comment.