Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Oct 20, 2015
1 parent 9d0aa74 commit a57edf2
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, 3)
NUM_VERSION = (2015, 4)
VERSION = ".".join(str(nv) for nv in NUM_VERSION)
__version__ = VERSION

Expand Down

0 comments on commit a57edf2

Please sign in to comment.