Skip to content

Commit 1d5ae44

Browse files
author
semantic-release
committed
0.2.3
Automatically generated by python-semantic-release
1 parent 5fb0f1f commit 1d5ae44

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to Semantic Versioning.
77

88
<!-- version list -->
99

10+
## v0.2.3 (2026-02-25)
11+
12+
### Bug Fixes
13+
14+
- **packaging**: Add CPU and GPU installer variants
15+
([`5fb0f1f`](https://github.com/NewComer00/expressive/commit/5fb0f1fc463f0a2291de535e1966ef45ca3d3311))
16+
17+
1018
## v0.2.2 (2026-02-25)
1119

1220
### Bug Fixes

__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "0.2.2"
1+
VERSION = "0.2.3"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "expressive"
7-
version = "0.2.2"
7+
version = "0.2.3"
88
description = "A tool to migrate expressions from real singers to DiffSingers"
99
readme = "README.md"
1010
requires-python = "==3.10.*"

0 commit comments

Comments
 (0)