Skip to content

Commit 8eb3de0

Browse files
committed
Bump version: 2.5.1 → 3.0.0
1 parent 6f3f3a4 commit 8eb3de0

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def __str__(self):
6161
setup(
6262
name='pysimdjson',
6363
packages=find_packages(),
64-
version='2.5.1',
64+
version='3.0.0',
6565
description='simdjson bindings for python',
6666
long_description=long_description,
6767
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)