diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dffa7e..45ec0cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,5 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [v1.0.0](https://github.com/deldelmax/allennlp-light/releases/tag/v1.0.0) - 2022-08-11 + ## [v0.0.0](https://github.com/deldelmax/allennlp-light/releases/tag/v0.0.0) - 2022-08-11 ## [v1.0.0](https://github.com/deldelmax/allennlp-light/releases/tag/v1.0.0) - 2022-08-11 diff --git a/allennlp_light/version.py b/allennlp_light/version.py index ba61455..5e28454 100644 --- a/allennlp_light/version.py +++ b/allennlp_light/version.py @@ -1,7 +1,7 @@ # Copyright 2017 The Allen Institute for Artificial Intelligence # Adapted by Maksym Del from https://github.com/allenai/allennlp/tree/8571d930fe6dc6291c6351c6e599576b007cf22f # SPDX-License-Identifier: Apache-2.0 -_MAJOR = "0" +_MAJOR = "1" _MINOR = "0" # On main and in a nightly release the patch should be one ahead of the last # released build.