From ea355fe74b6623363c217b2dae8431098ae97b79 Mon Sep 17 00:00:00 2001 From: "Iztok Fister Jr." Date: Thu, 5 Dec 2024 16:43:59 +0100 Subject: [PATCH] Bump version --- docs/conf.py | 2 +- pyproject.toml | 2 +- sport_activities_features/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index a87539b..e4dc0dd 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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.3' +release = '0.4.4' # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index b67c39f..d13903b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sport-activities-features" -version = "0.4.3" +version = "0.4.4" description = "A minimalistic toolbox for extracting features from sport activity files" license = "MIT" authors = ["Iztok Fister Jr. ", "Luka Lukač ", "Alen Rajšp ", "Luka Pečnik ", "Dušan Fister ", "Rok Kukovec "] diff --git a/sport_activities_features/__init__.py b/sport_activities_features/__init__.py index fedc664..d8d7e0a 100644 --- a/sport_activities_features/__init__.py +++ b/sport_activities_features/__init__.py @@ -73,4 +73,4 @@ 'weather_identification', ] -__version__ = '0.4.3' +__version__ = '0.4.4'