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 19726b6 commit 758145eCopy full SHA for 758145e
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 3.1.1
+current_version = 3.2.0
3
commit = True
4
tag = True
5
setup.py
@@ -65,7 +65,7 @@ def __str__(self):
65
setup(
66
name='pysimdjson',
67
packages=find_packages(),
68
- version='3.1.1',
+ version='3.2.0',
69
description='simdjson bindings for python',
70
long_description=long_description,
71
long_description_content_type='text/markdown',
0 commit comments