Skip to content

Commit 01ad9ea

Browse files
committed
Bump version: 6.0.0 → 6.0.1
1 parent 2c49da2 commit 01ad9ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 6.0.0
2+
current_version = 6.0.1
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
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.0',
81+
version='6.0.1',
8282
description='simdjson bindings for python',
8383
long_description=long_description,
8484
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)