Skip to content

Commit

Permalink
Set version v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jmorgadov committed Jun 8, 2023
1 parent d9fe0bd commit 7fc8032
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
project = "pactus"
copyright = "2023, Jorge Morgado Vega"
author = "Jorge Morgado Vega, Gustavo Viera-López, Alfredo Reyes"
release = "0.3.0"
release = "0.4.0"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion pactus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from pactus.dataset import Dataset
from pactus.models import Evaluation, EvaluationComparison

__version__ = "0.3.0"
__version__ = "0.4.0"

__all__ = [
"Dataset",
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pactus"
version = "0.3.0"
version = "0.4.0"
description = "Framework to evaluate Trajectory Classification Algorithms"
readme = "README.md"
authors = [
Expand Down Expand Up @@ -56,7 +56,7 @@ target-version = ["py38"]
max-line-length = 88

[tool.bumpver]
current_version = "0.3.0"
current_version = "0.4.0"
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
commit = false
tag = false
Expand Down

0 comments on commit 7fc8032

Please sign in to comment.