Skip to content

Commit

Permalink
bump: version 0.1.0 → 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 23, 2024
1 parent d80abfc commit 3c2192f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## 0.1.1 (2024-10-23)

### Fix

- fix
- test
- PAT naming should not start with GITHUB_
- add version for comitizen
- test
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "test-build-release"
version = "0.1.0"
version = "0.1.1"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
Expand All @@ -11,7 +11,7 @@ dependencies = [
]

[tool.commitizen]
version = "0.1.0"
version = "0.1.1"
version_files = [
# "src/__version__.py",
"pyproject.toml:version"
Expand Down

0 comments on commit 3c2192f

Please sign in to comment.