Skip to content
This repository has been archived by the owner on Oct 7, 2023. It is now read-only.

Commit

Permalink
chore(Release): Bump version from 0.0.1 -> 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
almostintuitive committed Apr 19, 2023
1 parent a3c1dd9 commit cf7674e
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 @@ -4,7 +4,7 @@ requires = ["hatchling"]

[project]
name = "fold-wrappers"
version = "0.0.1"
version = "0.0.2"
authors = [
{ name="Mark Aron Szulyovszky", email="[email protected]" },
{ name="Daniel Szemerey", email="[email protected]" },
Expand Down Expand Up @@ -132,7 +132,7 @@ testpaths = ["tests"]

# bumpver command: ``bumpver update --patch``
[tool.bumpver]
current_version = "0.0.1"
current_version = "0.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 cf7674e

Please sign in to comment.