From a1d18addb439d7659a9cbac861bf1518371f0afd Mon Sep 17 00:00:00 2001 From: kclowes Date: Thu, 16 Dec 2021 15:57:42 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=205.2.0=20=E2=86=92=206.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 3 +-- setup.py | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index e20546df..8be1ffaa 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 5.2.0 +current_version = 6.0.0 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(-(?P[^.]*)\.(?P\d+))? @@ -20,4 +20,3 @@ values = [bumpversion:file:setup.py] search = version='{current_version}', replace = version='{new_version}', - diff --git a/setup.py b/setup.py index aa9e1e66..c1ded5e2 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ setup( name='py_ecc', # *IMPORTANT*: Don't manually change the version here. Use the 'bumpversion' utility. - version='5.2.0', + version='6.0.0', description='Elliptic curve crypto in python including secp256k1 and alt_bn128', long_description=readme, long_description_content_type='text/markdown',