Skip to content

Commit a35c5a6

Browse files
committed
Bump version: 6.0.1 → 6.0.2
1 parent f68fc03 commit a35c5a6

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 = 6.0.1
2+
current_version = 6.0.2
33
commit = True
44
tag = True
55

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
setup(
7979
name='pysimdjson',
8080
packages=find_packages(),
81-
version='6.0.1',
81+
version='6.0.2',
8282
description='simdjson bindings for python',
8383
long_description=long_description,
8484
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)