From f5ffb28f7e64d9438eebfa85a2bc334a1baee954 Mon Sep 17 00:00:00 2001 From: pacrob <5199899+pacrob@users.noreply.github.com> Date: Tue, 19 Mar 2024 12:02:50 -0600 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.1.0=20=E2=86=92=201.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 54856e4..126066f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.0 +current_version = 1.2.0 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(-(?P[^.]*)\.(?P\d+))? diff --git a/setup.py b/setup.py index ba4d12d..a1c0139 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ setup( name="hexbytes", # *IMPORTANT*: Don't manually change the version here. Use `make bump`, as described in readme - version="1.1.0", + version="1.2.0", description="""hexbytes: Python `bytes` subclass that decodes hex, with a readable console output""", long_description=long_description, long_description_content_type="text/markdown",