Skip to content

Commit 5fe1730

Browse files
committed
Bump version: 4.0.1 → 4.0.2
1 parent 55d1a9e commit 5fe1730

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 4.0.1
2+
current_version = 4.0.2
33
commit = True
44
tag = True
55

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
setup(
1212
name="yyjson",
1313
packages=find_packages(),
14-
version="4.0.1",
14+
version="4.0.2",
1515
description="yyjson bindings for python",
1616
long_description=long_description,
1717
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)