From 74e579cd79821c20a88922c8c72d24ad09731ade Mon Sep 17 00:00:00 2001 From: Igor Machado Date: Thu, 22 Jun 2023 18:57:26 +0000 Subject: [PATCH] bump version 5.0.25rc0 -> 5.0.26rc0 --- README.md | 2 +- bumpver.toml | 2 +- docs/source/conf.py | 2 +- optframe/__init__.py | 2 +- pyproject.toml | 2 +- setup.py | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 81eda3d..320e4a5 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Development repo for draft versions of Python bindings for OptFrame Functional C Install: `python -m pip install optframe` -Version: `pyoptframe v5.0.25rc0` +Version: `pyoptframe v5.0.26rc0` Play on Jupyter Notebook: [BRKGA Traveling Salesman Problem Example](demo/OptFrame_BRKGA_Official.ipynb) diff --git a/bumpver.toml b/bumpver.toml index bce18ce..c44943f 100644 --- a/bumpver.toml +++ b/bumpver.toml @@ -1,5 +1,5 @@ [bumpver] -current_version = "5.0.25rc0" +current_version = "5.0.26rc0" version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]" commit_message = "bump version {old_version} -> {new_version}" commit = true diff --git a/docs/source/conf.py b/docs/source/conf.py index d8722c4..15663a9 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -22,7 +22,7 @@ author = 'Igor Machado Coelho' # The full version, including alpha/beta/rc tags -release = 'v5.0.25rc0' +release = 'v5.0.26rc0' # -- General configuration --------------------------------------------------- diff --git a/optframe/__init__.py b/optframe/__init__.py index 96c0800..84bf066 100644 --- a/optframe/__init__.py +++ b/optframe/__init__.py @@ -1,4 +1,4 @@ -__version__ = '5.0.25rc0' +__version__ = '5.0.26rc0' # only useful stuff for root level here! from optframe.engine import Engine from optframe.engine import APILevel diff --git a/pyproject.toml b/pyproject.toml index d67a43d..df400bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = "optframe" -version = "5.0.25rc0" +version = "5.0.26rc0" description = "Python bindings for OptFrame Functional Core" readme = "README.md" authors = [{ name = "Igor Machado Coelho", email = "igormcoelho@proton.me" }] diff --git a/setup.py b/setup.py index 6b74107..bfecde7 100644 --- a/setup.py +++ b/setup.py @@ -78,7 +78,7 @@ def get_ext_filename(self, ext_name): setup( name="optframe", - version="5.0.25rc0", + version="5.0.26rc0", py_modules=["optframe.components","optframe.core","optframe.engine","optframe.heuristics","optframe.protocols"], ext_modules=[ CTypesExtension(