Skip to content

Commit

Permalink
Save change to pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
noemifrisina committed Sep 9, 2024
1 parent 5e811ab commit 3592d96
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -111,21 +111,6 @@ testpaths = "src tests"
# Tests are run from installed location, map back to the src directory
source = ["src", "**/site-packages/"]

[tool.bumpversion]
current_version = "0.9.6"
tag = true
commit = true
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"]
search = "{current_version}"
replace = "{new_version}"
tag_name = "v{new_version}"
tag_message = "Bump version: {current_version} → {new_version}"
message = "Bump version: {current_version} → {new_version}"

[[tool.bumpversion.files]]
filename = "src/nexgen/__init__.py"

# tox must currently be configured via an embedded ini string
# See: https://github.com/tox-dev/tox/issues/999
[tool.tox]
Expand Down

0 comments on commit 3592d96

Please sign in to comment.