Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Commit 51d20c5

Browse files
committed
Bump version numbers to vv0.7.1-unreleased
1 parent 8071f48 commit 51d20c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

allennlp/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
_MAJOR = "0"
22
_MINOR = "7"
3-
_REVISION = "0"
3+
_REVISION = "1-unreleased"
44

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

0 commit comments

Comments
 (0)