We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d29a5ee commit 5eaa0f8Copy full SHA for 5eaa0f8
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.1.1
+current_version = 0.4.0
3
commit = true
4
tag = true
5
tag_name = {new_version}
setup.py
@@ -18,7 +18,7 @@
18
19
setup(
20
name="lxml-stubs",
21
- version="0.3.1",
+ version="0.4.0",
22
description="Type annotations for the lxml package",
23
long_description=long_description,
24
long_description_content_type="text/markdown",
0 commit comments