Skip to content

Commit

Permalink
bump versions using poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
KristinaGomoryova committed Jul 15, 2024
1 parent d4e88b6 commit 10706d0
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -117,17 +117,11 @@ known-first-party = ["rcx_tk"]
force-single-line = true
no-lines-before = ["future","standard-library","third-party","first-party","local-folder"]

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

[[tool.bumpversion.files]]
filename = "pyproject.toml"

[[tool.bumpversion.files]]
filename = "CITATION.cff"

[[tool.bumpversion.files]]
filename = "docs/conf.py"

[tool.poetry.scripts]
rcx_tk = "rcx_tk.__main__:main"

[tool.poetry_bumpversion.file."src/rcx_tk/__init__.py"]
[tool.poetry_bumpversion.file."CITATION.cff"]
[tool.poetry_bumpversion.file."docs/conf.py"]
[tool.poetry_bumpversion.file."pyproject.toml"]

0 comments on commit 10706d0

Please sign in to comment.