We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f3f3a4 commit 8eb3de0Copy full SHA for 8eb3de0
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 2.5.1
+current_version = 3.0.0
3
commit = True
4
tag = True
5
setup.py
@@ -61,7 +61,7 @@ def __str__(self):
61
setup(
62
name='pysimdjson',
63
packages=find_packages(),
64
- version='2.5.1',
+ version='3.0.0',
65
description='simdjson bindings for python',
66
long_description=long_description,
67
long_description_content_type='text/markdown',
0 commit comments