Skip to content

Commit 62e8402

Browse files
committed
Bump version: 0.1.0 → 0.1.1
1 parent 11603ff commit 62e8402

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.0
2+
current_version = 0.1.1
33
commit = true
44
tag = true
55
tag_name = {new_version}

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
setup(
2121
name="lxml-stubs",
22-
version="0.1.0",
22+
version="0.1.1",
2323
description="Type annotations for the lxml package",
2424
long_description=long_description,
2525
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)