Skip to content

Commit

Permalink
bump to v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
skuschel committed Feb 17, 2017
1 parent 390a7c1 commit 75ff032
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions postpic/_postpic_version.py
Expand Up @@ -22,7 +22,7 @@
from __future__ import absolute_import, division, print_function, unicode_literals


__version__ = 'v0.2.2'
__version__ = 'v0.2.3'

try:
FileNotFoundError # python3
Expand Down Expand Up @@ -104,5 +104,3 @@ def getversion_package():
version = __version__
gitversion = 'unknown'
return gitversion, version


0 comments on commit 75ff032

Please sign in to comment.