Skip to content

Commit

Permalink
bumpver/0.2.4dev1 -> 0.3.0 [skip actions]
Browse files Browse the repository at this point in the history
  • Loading branch information
kunickyd committed Jan 10, 2024
1 parent cac85d3 commit c99c78d
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 @@ build-backend = "setuptools.build_meta"

[project]
name = "dev-version-bumping"
version = "0.2.4dev1"
version = "0.3.0"
authors = [
{ name="Daniel Kunický", email="[email protected]" },
]
Expand All @@ -22,7 +22,7 @@ classifiers = [
"Bug Tracker" = "https://github.com/kunickyd/dev-version-bumping/issues"

[tool.bumpver]
current_version = "0.2.4dev1"
current_version = "0.3.0"
version_pattern = "MAJOR.MINOR.PATCH[TAGNUM]"
commit_message = "bumpver/{old_version} -> {new_version} [skip actions]"

Expand Down

0 comments on commit c99c78d

Please sign in to comment.