From 3151662143f4db04f8ca83bf7b6b7b59570bdf08 Mon Sep 17 00:00:00 2001 From: darwintree <17946284+darwintree@users.noreply.github.com> Date: Mon, 15 Jan 2024 16:37:27 +0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.2.1=20=E2=86=92=201.2.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- setup.py | 2 +- tests/base_features/test_api.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 211143e..75b19ff 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.2.1 +current_version = 1.2.2 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(-(?P[^.]*)\.(?P\d+))? diff --git a/setup.py b/setup.py index 4801913..7dda44a 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup, ) -VERSION = "1.2.1" +VERSION = "1.2.2" DESCRIPTION = 'Python SDK for Conflux network' with open('./README.md') as readme: long_description = readme.read() diff --git a/tests/base_features/test_api.py b/tests/base_features/test_api.py index 27f058c..e09cc74 100644 --- a/tests/base_features/test_api.py +++ b/tests/base_features/test_api.py @@ -1,2 +1,2 @@ def test_api_version(w3): - assert w3.api.startswith("1.2.1") + assert w3.api.startswith("1.2.2")