Skip to content

Commit

Permalink
Bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSuperiorStanislav committed Jan 25, 2024
1 parent 46025a6 commit 94fe3b1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand All @@ -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",
]

Expand Down

0 comments on commit 94fe3b1

Please sign in to comment.