Skip to content

Commit

Permalink
Set version v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jmorgadov committed Nov 14, 2022
1 parent 81e698c commit 01c490f
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 @@ -30,7 +30,7 @@
author = "Gustavo Viera-López, Alfredo Reyes, Jorge Morgado, Ernesto Altshuler"

# The full version, including alpha/beta/rc tags
release = "0.11.2"
release = "0.12.0"


# -- General configuration ---------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "yupi"
version = "0.11.2"
version = "0.12.0"
description = "A package for tracking and analysing objects trajectories"
authors = [
"Gustavo Viera-López <gvieralopez@gmail.com>",
Expand Down Expand Up @@ -55,7 +55,7 @@ good-names = [
]

[tool.bumpver]
current_version = "0.11.2"
current_version = "0.12.0"
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
commit = false
tag = false
Expand Down
2 changes: 1 addition & 1 deletion yupi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
"WindowType",
]

__version__ = "0.11.2"
__version__ = "0.12.0"

0 comments on commit 01c490f

Please sign in to comment.