diff --git a/setup.cfg b/setup.cfg index 7e4f97e..97d23fd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2024.0.0 +current_version = 2024.1.0 commit = True tag = True @@ -17,8 +17,8 @@ exclude = docs test = pytest [tool:pytest] -testpaths = +testpaths = tests -markers = +markers = latex notebook diff --git a/setup.py b/setup.py index d8e87af..85047f4 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ setup( name='risk_learning', - version='2024.0.0', + version='2024.1.0', author="Paul Larsen", author_email='munichpavel@gmail.com', url='https://github.com/munichpavel/risk_learning',