Skip to content

Commit 994f54f

Browse files
committed
[#0] Bump version to 0.3.2 and fix project URLs for PyPI release
Fix Repository and Issues URLs in pyproject.toml metadata to use the correct repo name (ots-containers, not ots_containers).
1 parent a6f401b commit 994f54f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ build-backend = "hatchling.build"
1313

1414
[project]
1515
name = "ots-containers"
16-
version = "0.3.1"
16+
version = "0.3.2"
1717
description = "Service orchestration for OneTimeSecret: Podman Quadlets and systemd service management"
1818
readme = "README.md"
1919
requires-python = ">=3.11"
@@ -42,8 +42,8 @@ ots-containers = "ots_containers.cli:app"
4242

4343
[project.urls]
4444
Homepage = "https://onetimesecret.com"
45-
Repository = "https://github.com/onetimesecret/ots_containers"
46-
Issues = "https://github.com/onetimesecret/ots_containers/issues"
45+
Repository = "https://github.com/onetimesecret/ots-containers"
46+
Issues = "https://github.com/onetimesecret/ots-containers/issues"
4747

4848
[tool.pytest.ini_options]
4949
testpaths = ["tests"]

0 commit comments

Comments
 (0)