Skip to content

Commit

Permalink
chore: tune version number
Browse files Browse the repository at this point in the history
  • Loading branch information
severinsimmler committed Sep 4, 2018
1 parent 6c811c6 commit edeaf91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cophi/__version__.py
@@ -1,3 +1,3 @@
VERSION = (1, 0, 3)
VERSION = (1, 0, 4)

__version__ = ".".join(map(str, VERSION))

0 comments on commit edeaf91

Please sign in to comment.