Skip to content

Commit 5eaa0f8

Browse files
committed
Bump version: 0.3.1 → 0.4.0
1 parent d29a5ee commit 5eaa0f8

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.1
2+
current_version = 0.4.0
33
commit = true
44
tag = true
55
tag_name = {new_version}

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
setup(
2020
name="lxml-stubs",
21-
version="0.3.1",
21+
version="0.4.0",
2222
description="Type annotations for the lxml package",
2323
long_description=long_description,
2424
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)