Skip to content

Commit b780563

Browse files
committed
bump version to 0.3.2
1 parent 26b3578 commit b780563

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ services:
1212
- 5432:5432
1313
app:
1414
build: .
15-
image: ghcr.io/synocommunity/spkrepo:v0.3.1
15+
image: ghcr.io/synocommunity/spkrepo:v0.3.2
1616
command: flask run -h 0.0.0.0
1717
ports:
1818
- 5000:5000

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "spkrepo"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
description = "Synology Package Repository"
55
authors = [{ name = "Antoine Bertin", email = "diaoulael@gmail.com" }]
66
requires-python = ">=3.12,<4.0"

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)