Skip to content
This repository was archived by the owner on Mar 22, 2025. It is now read-only.

Commit e4095ed

Browse files
committed
bump: version 0.3.1 → 0.3.2
1 parent b0e8578 commit e4095ed

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v0.3.2 (2024-10-12)
2+
3+
### Fix
4+
5+
- Fix docker minor version tagging (#16)
6+
17
## v0.3.1 (2024-10-12)
28

39
### Fix

drmeter/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
"dynamic_range",
77
]
88

9-
__version__ = "0.3.1"
9+
__version__ = "0.3.2"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "drmeter"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
description = "Dynamic Range (DR) algorithm implementation in python"
55
authors = ["Jan Willhaus <mail@janwillhaus.de>"]
66
license = "MIT"

0 commit comments

Comments
 (0)