From 833713cc4a2cdb1442d3424f356d15a6670c2af1 Mon Sep 17 00:00:00 2001 From: firefly-cpp Date: Wed, 6 Sep 2023 10:15:39 +0200 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 43cd224..939bb4a 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.15' +release = '0.3.15.1' # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 8d9f544..e4c38e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sport-activities-features" -version = "0.3.15" +version = "0.3.15.1" 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 e62e27c..7c51449 100644 --- a/sport_activities_features/__init__.py +++ b/sport_activities_features/__init__.py @@ -72,4 +72,4 @@ 'weather_identification', ] -__version__ = '0.3.15' +__version__ = '0.3.15.1'