Skip to content

Commit 715be99

Browse files
authored
Merge pull request #13 from onetimesecret/release/0.3.2
Release 0.3.2: version bump and PyPI metadata fix
2 parents a6f401b + 994f54f commit 715be99

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)