From f1daaa70daad35e2f14b68e680c76ab9fb0c7bdb Mon Sep 17 00:00:00 2001 From: Paul Larsen Date: Wed, 22 May 2024 20:51:10 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202024.1.0=20=E2=86=92=202024.1?= =?UTF-8?q?.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 97d23fd..cf9cd98 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2024.1.0 +current_version = 2024.1.1 commit = True tag = True diff --git a/setup.py b/setup.py index 85047f4..5e243dc 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ setup( name='risk_learning', - version='2024.1.0', + version='2024.1.1', author="Paul Larsen", author_email='munichpavel@gmail.com', url='https://github.com/munichpavel/risk_learning',