diff --git a/docs/source/conf.py b/docs/source/conf.py index dc00e56..0604ab5 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -17,7 +17,7 @@ project = "pactus" copyright = "2023, Jorge Morgado Vega" author = "Jorge Morgado Vega, Gustavo Viera-López, Alfredo Reyes" -release = "0.4.2" +release = "0.4.3" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pactus/__init__.py b/pactus/__init__.py index c5c71e7..d460740 100644 --- a/pactus/__init__.py +++ b/pactus/__init__.py @@ -6,7 +6,7 @@ from pactus.dataset import Dataset from pactus.models import Evaluation, EvaluationComparison -__version__ = "0.4.2" +__version__ = "0.4.3" __all__ = [ "Dataset", diff --git a/pyproject.toml b/pyproject.toml index e0d8893..8096be4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pactus" -version = "0.4.2" +version = "0.4.3" description = "Framework to evaluate Trajectory Classification Algorithms" readme = "README.md" authors = [ @@ -59,7 +59,7 @@ target-version = ["py38"] max-line-length = 88 [tool.bumpver] -current_version = "0.4.2" +current_version = "0.4.3" version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]" commit = false tag = false