File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1- """A Helm plugin to manage values and secrets across environments ."""
1+ """Helm Values Manager package ."""
22
3- __version__ = "0.1.0"
3+ from importlib .metadata import version
4+
5+ __version__ = version ("helm-values-manager" )
46__description__ = "A Helm plugin to manage values and secrets across environments."
Original file line number Diff line number Diff line change 11name : " values-manager"
2- version : " 0.1.0rc1 "
2+ version : " 0.1.0 "
33usage : " Manage Helm values and secrets across environments"
44description : |-
55 This plugin helps you manage Helm values and secrets across different environments
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " helm-values-manager"
7- version = " 0.1.0rc1 "
7+ version = " 0.1.0 "
88description = " A Helm plugin to manage values and secrets across environments"
99readme = " README.md"
1010requires-python = " >=3.9"
You can’t perform that action at this time.
0 commit comments