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 2c49da2 commit 01ad9eaCopy full SHA for 01ad9ea
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 6.0.0
+current_version = 6.0.1
3
commit = True
4
tag = True
5
setup.py
@@ -78,7 +78,7 @@
78
setup(
79
name='pysimdjson',
80
packages=find_packages(),
81
- version='6.0.0',
+ version='6.0.1',
82
description='simdjson bindings for python',
83
long_description=long_description,
84
long_description_content_type='text/markdown',
0 commit comments