Skip to content

Commit

Permalink
bump version 0.2.1dev0 -> 0.2.1dev1
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions Bot committed Jan 10, 2024
1 parent 0c2b45d commit 844e0d7
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.1dev0"
version = "0.2.1dev1"
authors = [
{ name="Daniel Kunický", email="[email protected]" },
]
Expand All @@ -21,7 +21,7 @@ classifiers = [
"Bug Tracker" = "https://github.com/kunickyd/dev-version-bumping/issues"

[tool.bumpver]
current_version = "0.2.1dev0"
current_version = "0.2.1dev1"
version_pattern = "MAJOR.MINOR.PATCH[TAGNUM]"

[tool.bumpver.file_patterns]
Expand Down

0 comments on commit 844e0d7

Please sign in to comment.