Skip to content

Commit 2d885d9

Browse files
committed
Bump version: 3.0.1 → 3.1.0
1 parent 07d51e8 commit 2d885d9

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 = 3.0.1
2+
current_version = 3.1.0
33
commit = True
44
tag = True
55

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.1",
14+
version="3.1.0",
1515
description="yyjson bindings for python",
1616
long_description=long_description,
1717
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)