Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
firefly-cpp committed Aug 2, 2022
1 parent 6c42120 commit ce9e634
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 @@ -22,7 +22,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.1'
release = '0.3.2'

# -- 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.1"
version = "0.3.2"
description = "A minimalistic toolbox for extracting features from sport activity files"
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]>"]
readme = "README.md"
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 @@ -54,4 +54,4 @@
'InterruptionProcessor'
]

__version__ = '0.3.1'
__version__ = '0.3.2'

0 comments on commit ce9e634

Please sign in to comment.