From 122c89b3287d159780a6f87510e966e8cfc11de7 Mon Sep 17 00:00:00 2001 From: darwintree <17946284+darwintree@users.noreply.github.com> Date: Thu, 29 Aug 2024 18:27:33 +0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.2.3=20=E2=86=92=201.2.4?= 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 8f70194..3b67070 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.2.3 +current_version = 1.2.4 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(-(?P[^.]*)\.(?P\d+))? diff --git a/setup.py b/setup.py index 55fb343..5371030 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup, ) -VERSION = "1.2.3" +VERSION = "1.2.4" 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 0d23f00..59a59aa 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.3") + assert w3.api.startswith("1.2.4")