Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
inducer committed Feb 26, 2016
1 parent 006cb4f commit 3ce4d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pudb/__init__.py
@@ -1,4 +1,4 @@
NUM_VERSION = (2015, 4, 1)
NUM_VERSION = (2016, 1)
VERSION = ".".join(str(nv) for nv in NUM_VERSION)
__version__ = VERSION

Expand Down

0 comments on commit 3ce4d19

Please sign in to comment.