Skip to content

Commit 902cd10

Browse files
committed
bump to 1.0.56
1 parent 92b1c68 commit 902cd10

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

infrastructure/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ def get_version() -> str:
1515
return package_version("iopenpod")
1616
except Exception:
1717
logger.debug("Failed to read installed iopenpod version", exc_info=True)
18-
return "1.0.55"
18+
return "1.0.56"

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 = "iopenpod"
7-
version = "1.0.55"
7+
version = "1.0.56"
88
description = "Open-source iPod Classic sync tool — manage your iPod media library without iTunes. Reads and writes iTunesDB directly."
99
authors = [
1010
{name = "John Gibbons", email = "johngibbons167@gmail.com"}

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)