diff --git a/docs/conf.py b/docs/conf.py index bbc00c3..bf082dc 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -14,7 +14,7 @@ project = 'mloptimizer' copyright = '2024, Antonio Caparrini, Javier Arroyo' author = 'Antonio Caparrini, Javier Arroyo' -release = '0.8.6' +release = '0.8.7' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/setup.py b/setup.py index 72cf427..b30256f 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ def read_requirements(requirements_file): # For a discussion on single-sourcing the version across setup.py and the # project code, see # https://packaging.python.org/guides/single-sourcing-package-version/ - version="0.8.6", # Required + version="0.8.7", # Required # This is a one-line description or tagline of what your project does. This # corresponds to the "Summary" metadata field: # https://packaging.python.org/specifications/core-metadata/#summary