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

Commit 4b96dfa

Browse files
committed
tick version for nightly releases
1 parent e5f5c62 commit 4b96dfa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

allennlp_models/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
_MAJOR = "1"
44
_MINOR = "1"
5-
_PATCH = "0rc2"
5+
_PATCH = "0rc3"
66
# This is mainly for nightly builds which have the suffix ".dev$DATE". See
77
# https://semver.org/#is-v123-a-semantic-version for the semantics.
88
_SUFFIX = os.environ.get("ALLENNLP_MODELS_VERSION_SUFFIX", "")

0 commit comments

Comments
 (0)