Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
firefly-cpp committed Sep 6, 2023
1 parent 6653c5b commit 833713c
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.3.15'
release = '0.3.15.1'

# -- 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.3.15"
version = "0.3.15.1"
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 @@ -72,4 +72,4 @@
'weather_identification',
]

__version__ = '0.3.15'
__version__ = '0.3.15.1'

0 comments on commit 833713c

Please sign in to comment.