We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8f6434 commit 6054801Copy full SHA for 6054801
.bumpversion.cfg
@@ -0,0 +1,12 @@
1
+[bumpversion]
2
+current_version = 1.1.0
3
+tag = False
4
+tag_name = {new_version}
5
+parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
6
+serialize =
7
+ {major}.{minor}.{patch}
8
+
9
10
+[bumpversion:file:pyproject.toml]
11
+search = version = "{current_version}"
12
+replace = 'version = "{new_version}"'
requirements.txt
@@ -1,3 +1,4 @@
platformdirs==3.8.0
python-dateutil==2.8.2
requests==2.31.0
+bump2version>=1.0.1
0 commit comments