Skip to content

Commit 758145e

Browse files
committed
Bump version: 3.1.1 → 3.2.0
1 parent 19726b6 commit 758145e

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def __str__(self):
6565
setup(
6666
name='pysimdjson',
6767
packages=find_packages(),
68-
version='3.1.1',
68+
version='3.2.0',
6969
description='simdjson bindings for python',
7070
long_description=long_description,
7171
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)