Skip to content

Commit 9949988

Browse files
Bump to 1.0.0
1 parent 47203f9 commit 9949988

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
22
name: jupyterhub-home-nfs
33
description: A Helm chart for an in-cluster NFS server with storage quota enforcement
4-
version: 0.2.0
5-
appVersion: 0.2.0
4+
version: 1.0.0
5+
appVersion: 1.0.0

jupyterhub_home_nfs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""JupyterHub NFS home directory management package."""
22

3-
__version__ = "0.2.0"
3+
__version__ = "1.0.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ path = "jupyterhub_home_nfs/__init__.py"
2929
github_url = "https://github.com/2i2c-org/jupyterhub-home-nfs"
3030

3131
[tool.tbump.version]
32-
current = "0.2.0"
32+
current = "1.0.0"
3333
regex = '''
3434
(?P<major>\d+)
3535
\.

0 commit comments

Comments
 (0)