We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bf3965 commit 3e76595Copy full SHA for 3e76595
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.4.5
+current_version = 1.4.6
3
commit = True
4
tag = True
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?
@@ -20,3 +20,4 @@ values =
20
[bumpversion:file:setup.py]
21
search = version='{current_version}',
22
replace = version='{new_version}',
23
+
setup.py
@@ -33,7 +33,7 @@
33
setup(
34
name='py_ecc',
35
# *IMPORTANT*: Don't manually change the version here. Use the 'bumpversion' utility.
36
- version='1.4.5',
+ version='1.4.6',
37
description='Elliptic curve crypto in python including secp256k1 and alt_bn128',
38
long_description=readme,
39
long_description_content_type='text/markdown',
0 commit comments