Skip to content

Commit c30559f

Browse files
committed
Bump version: 3.0.0 → 3.0.1
1 parent 1be973c commit c30559f

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 = 3.0.0
2+
current_version = 3.0.1
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="3.0.0",
14+
version="3.0.1",
1515
description="yyjson bindings for python",
1616
long_description=long_description,
1717
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)