Skip to content

Commit f38cb8d

Browse files
committed
Move to bump-my-version from bump2version
1 parent 8ee96b0 commit f38cb8d

File tree

2 files changed

+16
-14
lines changed

2 files changed

+16
-14
lines changed

pyproject.toml

+16-1
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,19 @@ packages = ["evdev"]
3636
line-length = 120
3737

3838
[tool.ruff.lint]
39-
ignore = ["E265", "E241", "F403", "F401", "E401", "E731"]
39+
ignore = ["E265", "E241", "F403", "F401", "E401", "E731"]
40+
41+
[tool.bumpversion]
42+
current_version = "1.6.1"
43+
commit = true
44+
tag = true
45+
allow_dirty = true
46+
47+
[tool.bumpversion.parts.dev]
48+
values = ["release", "post"]
49+
50+
[[tool.bumpversion.files]]
51+
filename = "pyproject.toml"
52+
53+
[[tool.bumpversion.files]]
54+
filename = "docs/conf.py"

setup.cfg

-13
This file was deleted.

0 commit comments

Comments
 (0)