From c1fa8eddab24cc3714602ab710ca334c32bc0c5d Mon Sep 17 00:00:00 2001 From: caparrini Date: Wed, 24 Jan 2024 01:34:48 +0100 Subject: [PATCH] mod: version 0.6.0 --- 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 bbb86da..f10f974 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -14,7 +14,7 @@ project = 'mloptimizer' copyright = '2023, Antonio Caparrini' author = 'Antonio Caparrini' -release = '0.5.9.24' +release = '0.6.0' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/setup.py b/setup.py index 766745d..896c599 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ # 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.5.9.24", # Required + version="0.6.0", # 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