From fcdc68b25a834bb1cf6bce8712be58b0acfe4531 Mon Sep 17 00:00:00 2001 From: "Iztok Fister Jr." Date: Fri, 16 Feb 2024 14:16:16 +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 ead13b1..b059044 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.3.17' +release = '0.3.18' # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 47a50ee..c071f21 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sport-activities-features" -version = "0.3.17" +version = "0.3.18" 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 96c32fe..1fa034f 100644 --- a/sport_activities_features/__init__.py +++ b/sport_activities_features/__init__.py @@ -72,4 +72,4 @@ 'weather_identification', ] -__version__ = '0.3.17' +__version__ = '0.3.18'