Skip to content

Commit

Permalink
bump version number to v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
altescy committed Feb 23, 2020
1 parent 409fe5b commit 18b5333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logexp/version.py
@@ -1,6 +1,6 @@
_MAJOR = "0"
_MINOR = "1"
_REVISION = "2-unreleased"
_REVISION = "2"

VERSION_SHORT = "{0}.{1}".format(_MAJOR, _MINOR)
VERSION = "{0}.{1}.{2}".format(_MAJOR, _MINOR, _REVISION)

0 comments on commit 18b5333

Please sign in to comment.