diff --git a/allennlp_models/version.py b/allennlp_models/version.py index 3bab96cd9..17794c607 100644 --- a/allennlp_models/version.py +++ b/allennlp_models/version.py @@ -2,7 +2,7 @@ _MAJOR = "2" _MINOR = "2" -_PATCH = "0" +_PATCH = "1" # This is mainly for nightly builds which have the suffix ".dev$DATE". See # https://semver.org/#is-v123-a-semantic-version for the semantics. _SUFFIX = os.environ.get("ALLENNLP_MODELS_VERSION_SUFFIX", "")