We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 577e16c commit ef77df8Copy full SHA for ef77df8
plugin.yaml
@@ -1,5 +1,5 @@
1
name: "git-repo"
2
-version: "0.1.0"
+version: "0.2.0"
3
usage: "Use Git as a chart repositiory"
4
description: "Use Git as a chart repositiory"
5
ignoreFlags: false
setup.py
@@ -2,6 +2,6 @@
setup(
name="git_repo",
- version="0.1.0",
+ version="0.2.0",
6
py_modules=["git_repo"]
7
)
0 commit comments