Skip to content

Commit a1aae42

Browse files
committed
bump
1 parent 4d1a9e5 commit a1aae42

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -655,8 +655,7 @@ git.push_manifests()
655655

656656
This package is automatically published to PyPI via GitHub Actions when:
657657
1. A new release is published on GitHub
658-
2. A version tag is pushed (e.g., `v0.1.0`, `v1.0.0`)
659-
3. Manual trigger via the GitHub Actions workflow
658+
2. Manual trigger via the GitHub Actions workflow
660659

661660
## License
662661

kubeman/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929
"apply_manifests",
3030
]
3131

32-
__version__ = "0.4.1"
32+
__version__ = "0.5.0"

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 = "kubeman"
7-
version = "0.4.1"
7+
version = "0.5.0"
88
description = "A Python library for rendering Helm charts and Kubernetes resources with optional ArgoCD Application generation. Features an abstract Template base class for consistent template management."
99
readme = "README.md"
1010
requires-python = ">=3.8"

0 commit comments

Comments
 (0)