Skip to content

Commit 3e76595

Browse files
committed
Bump version: 1.4.5 → 1.4.6
1 parent 3bf3965 commit 3e76595

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.bumpversion.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.4.5
2+
current_version = 1.4.6
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?
@@ -20,3 +20,4 @@ values =
2020
[bumpversion:file:setup.py]
2121
search = version='{current_version}',
2222
replace = version='{new_version}',
23+

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
setup(
3434
name='py_ecc',
3535
# *IMPORTANT*: Don't manually change the version here. Use the 'bumpversion' utility.
36-
version='1.4.5',
36+
version='1.4.6',
3737
description='Elliptic curve crypto in python including secp256k1 and alt_bn128',
3838
long_description=readme,
3939
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)