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"