diff --git a/setup.cfg b/setup.cfg index fa204f5..0182295 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2024.1.2 +current_version = 2024.1.3 commit = True tag = True diff --git a/setup.py b/setup.py index 245c02f..3467f38 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ setup( name='risk_learning', - version='2024.1.2', + version='2024.1.3', author="Paul Larsen", author_email='munichpavel@gmail.com', url='https://github.com/munichpavel/risk_learning',