Skip to content

Commit

Permalink
Merge pull request #29 from yupidevs/develop
Browse files Browse the repository at this point in the history
Set version 0.5.0
  • Loading branch information
gvieralopez authored Jun 14, 2021
2 parents 0c648ff + 8e78c27 commit 09bed63
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
author = 'Gustavo Viera-López, Alfredo Reyes, Jorge Morgado, Ernesto Altshuler'

# The full version, including alpha/beta/rc tags
release = '0.4.2'
release = '0.5.0'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "yupi"
version = "0.4.2"
version = "0.5.0"
description = "A package for tracking and analysing objects trajectories"
authors = [
"Gustavo Viera-López <gvieralopez@gmail.com>",
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 @@
'Vector'
]

__version__ = '0.4.2'
__version__ = '0.5.0'

0 comments on commit 09bed63

Please sign in to comment.