Skip to content

Commit

Permalink
chore(Release): Bump version from 1.0.1 -> 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 9, 2023
1 parent 981d7e0 commit 4eef2eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "fold-core"
packages = [
{ include="fold", from="./src" },
]
version = "1.0.1"
version = "1.0.2"
authors = ["Mark Aron Szulyovszky", "Daniel Szemerey" ]
classifiers = [
"Development Status :: 5 - Production/Stable",
Expand Down Expand Up @@ -176,7 +176,7 @@ allow-direct-references = true

# bumpver command: ``bumpver update --patch``
[tool.bumpver]
current_version = "1.0.1"
current_version = "1.0.2"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "chore(Release): Bump version from {old_version} -> {new_version}"
commit = true
Expand Down

0 comments on commit 4eef2eb

Please sign in to comment.