Skip to content

Commit

Permalink
Version v0.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Caparrini committed Aug 6, 2024
1 parent bb41d71 commit 207ded6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 207ded6

Please sign in to comment.