From b04642391440d5f5376264092e84d4470a5abbe5 Mon Sep 17 00:00:00 2001 From: Caparrini Date: Mon, 1 Apr 2024 01:06:53 +0200 Subject: [PATCH] v 0.8.1 --- docs/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 720618c..8ae3631 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.0' +release = '0.8.1' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/setup.py b/setup.py index ea02da2..29bce00 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.0", # Required + version="0.8.1", # 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