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',