diff --git a/CHANGELOG.md b/CHANGELOG.md index f9d7132..d85e76b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ We follow [Semantic Versions](https://semver.org/). ## unreleased +## 1.0.0 + +First stable release + ## 0.10.1 - Add `__all__` to `__init__`.py. diff --git a/pyproject.toml b/pyproject.toml index 82a1752..c95cd90 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "saritasa-invocations" -version = "0.10.1" +version = "1.0.0" description = "Collection of invoke commands used by Saritasa" authors = [ "Saritasa ", @@ -21,11 +21,12 @@ packages = [ ] classifiers = [ - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Intended Audience :: Developers", "Operating System :: OS Independent", + "Environment :: Console", "Topic :: Software Development :: Libraries :: Python Modules", ]