Skip to content

Commit

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

### Fix

- remove uploading artifact

## 0.1.1 (2024-10-23)

### Fix
Expand Down
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.1"
version = "0.1.2"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
Expand All @@ -11,7 +11,7 @@ dependencies = [
]

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

0 comments on commit 10ba631

Please sign in to comment.