Skip to content

Commit

Permalink
bump: version 0.3.1 → 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
janw-bot committed Oct 12, 2024
1 parent b0e8578 commit e4095ed
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.3.2 (2024-10-12)

### Fix

- Fix docker minor version tagging (#16)

## v0.3.1 (2024-10-12)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion drmeter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
"dynamic_range",
]

__version__ = "0.3.1"
__version__ = "0.3.2"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <mail@janwillhaus.de>"]
license = "MIT"
Expand Down

0 comments on commit e4095ed

Please sign in to comment.