Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bpepple committed Jan 9, 2020
1 parent 0d3c787 commit 1d9c1bc
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 = (0, 5, 5)
VERSION_INFO = (0, 6, 0)
VERSION = ".".join(str(c) for c in VERSION_INFO)

0 comments on commit 1d9c1bc

Please sign in to comment.