We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07d51e8 commit 2d885d9Copy full SHA for 2d885d9
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 3.0.1
+current_version = 3.1.0
3
commit = True
4
tag = True
5
setup.py
@@ -11,7 +11,7 @@
11
setup(
12
name="yyjson",
13
packages=find_packages(),
14
- version="3.0.1",
+ version="3.1.0",
15
description="yyjson bindings for python",
16
long_description=long_description,
17
long_description_content_type="text/markdown",
0 commit comments