Skip to content

Commit ea355fe

Browse files
committed
Bump version
1 parent fdfe24a commit ea355fe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
author = 'Iztok Fister Jr., Luka Lukač, Alen Rajšp, Luka Pečnik, Dušan Fister'
2626

2727
# The full version, including alpha/beta/rc tags
28-
release = '0.4.3'
28+
release = '0.4.4'
2929

3030
# -- General configuration ---------------------------------------------------
3131

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "sport-activities-features"
3-
version = "0.4.3"
3+
version = "0.4.4"
44
description = "A minimalistic toolbox for extracting features from sport activity files"
55
license = "MIT"
66
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]>"]

sport_activities_features/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@
7373
'weather_identification',
7474
]
7575

76-
__version__ = '0.4.3'
76+
__version__ = '0.4.4'

0 commit comments

Comments
 (0)