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 47203f9 commit 9949988Copy full SHA for 9949988
helm/jupyterhub-home-nfs/Chart.yaml
@@ -1,5 +1,5 @@
1
apiVersion: v2
2
name: jupyterhub-home-nfs
3
description: A Helm chart for an in-cluster NFS server with storage quota enforcement
4
-version: 0.2.0
5
-appVersion: 0.2.0
+version: 1.0.0
+appVersion: 1.0.0
jupyterhub_home_nfs/__init__.py
@@ -1,3 +1,3 @@
"""JupyterHub NFS home directory management package."""
-__version__ = "0.2.0"
+__version__ = "1.0.0"
pyproject.toml
@@ -29,7 +29,7 @@ path = "jupyterhub_home_nfs/__init__.py"
29
github_url = "https://github.com/2i2c-org/jupyterhub-home-nfs"
30
31
[tool.tbump.version]
32
-current = "0.2.0"
+current = "1.0.0"
33
regex = '''
34
(?P<major>\d+)
35
\.
0 commit comments