Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
firefly-cpp committed Nov 26, 2024
1 parent 5160edf commit b587612
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.2'
release = '0.4.3'

# -- 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.2"
version = "0.4.3"
description = "A minimalistic toolbox for extracting features from sport activity files"
license = "MIT"
authors = ["Iztok Fister Jr. <[email protected]>", "Luka Lukač <[email protected]>", "Alen Rajšp <[email protected]>", "Luka Pečnik <[email protected]>", "Dušan Fister <[email protected]>", "Rok Kukovec <[email protected]>"]
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 @@ -72,4 +72,4 @@
'weather_identification',
]

__version__ = '0.4.2'
__version__ = '0.4.3'

0 comments on commit b587612

Please sign in to comment.