Skip to content

Commit

Permalink
bump: version 0.0.8 → 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatsh committed Sep 22, 2023
1 parent 19697da commit ff7b6c0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .vscode/dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ cmdclass
colenabled
colorder
colwidth
commitizen
concat
contextlib
contextmanager
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
![PyPI - Version](https://img.shields.io/pypi/v/minchoc)
![GitHub tag (with filter)](https://img.shields.io/github/v/tag/Tatsh/minchoc)
![GitHub](https://img.shields.io/github/license/Tatsh/minchoc)
![GitHub commits since latest release (by SemVer including pre-releases)](https://img.shields.io/github/commits-since/Tatsh/minchoc/v0.0.8/master)
![GitHub commits since latest release (by SemVer including pre-releases)](https://img.shields.io/github/commits-since/Tatsh/minchoc/v0.0.9/master)

## Installation

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@
"ruff": "poetry run ruff check .",
"test": "poetry run pytest"
},
"version": "0.0.8"
"version": "0.0.9"
}
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "minchoc"
version = "0.0.8"
version = "0.0.9"
authors = ["Andrew Udvare <[email protected]>"]
classifiers = [
"Development Status :: 4 - Beta",
Expand Down Expand Up @@ -69,10 +69,10 @@ pytest-mock = "^3.11.1"
build-backend = "poetry.core.masonry.api"
requires = ["poetry-core"]

[tool.cz]
[tool.commitizen]
tag_format = "v$version"
version_files = ["README.md", "package.json"]
version_provider = "pep621"
version_provider = "poetry"

[tool.isort]
case_sensitive = true
Expand Down

0 comments on commit ff7b6c0

Please sign in to comment.