Skip to content

Commit 5bed771

Browse files
committed
Bump version: 2.3.1 → 3.0.0
1 parent ac5a450 commit 5bed771

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

0 commit comments

Comments
 (0)