Skip to content

Commit

Permalink
Bump release version
Browse files Browse the repository at this point in the history
  • Loading branch information
bpepple committed Aug 1, 2020
1 parent 028a939 commit 9f73d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion darkseid/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Projects version information used in setup.py"""
VERSION_INFO = (1, 0, 0)
VERSION_INFO = (1, 0, 1)
VERSION = ".".join(str(c) for c in VERSION_INFO)

0 comments on commit 9f73d7a

Please sign in to comment.