From 46a60b09caa941af8d0c832463b2587fca96531e Mon Sep 17 00:00:00 2001 From: Christian Stefanescu Date: Mon, 13 May 2024 13:13:54 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.3.6=20=E2=86=92=202.4.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 5d16e3f..56726ad 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.3.6 +current_version = 2.4.0 tag_name = {new_version} commit = True tag = True diff --git a/setup.py b/setup.py index a43fae0..edcdd20 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="alephclient", - version="2.3.6", + version="2.4.0", description="Command-line client for Aleph API", long_description=long_description, long_description_content_type="text/markdown",