diff --git a/CHANGELOG.md b/CHANGELOG.md index a8194ef..40eea26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.3.2 (2024-10-12) + +### Fix + +- Fix docker minor version tagging (#16) + ## v0.3.1 (2024-10-12) ### Fix diff --git a/drmeter/__init__.py b/drmeter/__init__.py index 6cd32a8..add98cd 100644 --- a/drmeter/__init__.py +++ b/drmeter/__init__.py @@ -6,4 +6,4 @@ "dynamic_range", ] -__version__ = "0.3.1" +__version__ = "0.3.2" diff --git a/pyproject.toml b/pyproject.toml index 5a1edf1..46669c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "drmeter" -version = "0.3.1" +version = "0.3.2" description = "Dynamic Range (DR) algorithm implementation in python" authors = ["Jan Willhaus "] license = "MIT"