Skip to content

Commit

Permalink
tick version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh committed Oct 8, 2020
1 parent 5bafed1 commit 1ede5d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion allennlp_semparse/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
_MAJOR = "0"
_MINOR = "0"
_REVISION = "1"
_REVISION = "2"

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

0 comments on commit 1ede5d7

Please sign in to comment.