From 8ce54295fb3ab1ab6f7aac486a2ea1bf9b065dbb Mon Sep 17 00:00:00 2001 From: Robert Richer Date: Thu, 15 Feb 2024 10:48:44 +0100 Subject: [PATCH] v0.3.0 --- pyproject.toml | 2 +- stresspose_analysis/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 96533ee..63a94df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "stresspose-analysis" -version = "0.2.0" +version = "0.3.0" description = "" authors = [ "Robert Richer ", diff --git a/stresspose_analysis/__init__.py b/stresspose_analysis/__init__.py index f3bdca4..b3d9beb 100644 --- a/stresspose_analysis/__init__.py +++ b/stresspose_analysis/__init__.py @@ -1,2 +1,2 @@ """Python package for the analysis of the "StressPose" dataset.""" -__version__ = "0.2.0" +__version__ = "0.3.0"