Skip to content

Commit

Permalink
Bump version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
firefly-cpp committed Dec 18, 2024
1 parent aaf0228 commit 8f0fc22
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
author = 'Iztok Fister Jr., Luka Lukač, Alen Rajšp, Luka Pečnik, Dušan Fister'

# The full version, including alpha/beta/rc tags
release = '0.4.5'
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 = "sport-activities-features"
version = "0.4.5"
version = "0.5.0"
description = "A minimalistic toolbox for extracting features from sport activity files"
license = "MIT"
authors = ["Iztok Fister Jr. <iztok@iztok-jr-fister.eu>", "Luka Lukač <luka.lukac@student.um.si>", "Alen Rajšp <alen.rajsp@.um.si>", "Luka Pečnik <luka.pecnik@student.um.si>", "Dušan Fister <dusan.fister@um.si>", "Rok Kukovec <rok.kukovec1@student.um.si>"]
Expand Down
2 changes: 1 addition & 1 deletion sport_activities_features/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@
'weather_identification',
]

__version__ = '0.4.5'
__version__ = '0.5.0'

0 comments on commit 8f0fc22

Please sign in to comment.