Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
juga0 committed May 19, 2018
1 parent 1c69faf commit 9ccc820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opgpcard/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
from setuptools_scm import get_version
version = get_version()
except (ImportError, LookupError):
version = '0.1.3'
version = '0.1.4'

__version__ = version
__author__ = "juga"
Expand Down

0 comments on commit 9ccc820

Please sign in to comment.