Skip to content

Commit

Permalink
bump: version 0.0.9 → 0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatsh committed Sep 24, 2023
1 parent 6a3cc44 commit f2c3f1e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.9/master)
![GitHub commits since latest release (by SemVer including pre-releases)](https://img.shields.io/github/commits-since/Tatsh/minchoc/v0.0.10/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.9"
"version": "0.0.10"
}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "minchoc"
version = "0.0.9"
version = "0.0.10"
authors = ["Andrew Udvare <[email protected]>"]
classifiers = [
"Development Status :: 4 - Beta",
Expand Down

0 comments on commit f2c3f1e

Please sign in to comment.