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