Skip to content

Commit b587612

Browse files
committed
Bump version
1 parent 5160edf commit b587612

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.2'
28+
release = '0.4.3'
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.2"
3+
version = "0.4.3"
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
@@ -72,4 +72,4 @@
7272
'weather_identification',
7373
]
7474

75-
__version__ = '0.4.2'
75+
__version__ = '0.4.3'

0 commit comments

Comments
 (0)