Skip to content

Commit

Permalink
Bump to v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
t20100 committed Jul 6, 2022
1 parent c2201cc commit 4768d46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.0.0
current_version = 4.0.0
tag = True
commit = True
message = Bump to v{new_version}
Expand Down
2 changes: 1 addition & 1 deletion jupyterhub_moss/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from .spawner import MOSlurmSpawner
from .utils import local_path as _local_path

version = "3.0.0"
version = "4.0.0"

STATIC_FORM_REGEX = r"/form/(.*)"
STATIC_FORM_PATH = _local_path("form")
Expand Down

0 comments on commit 4768d46

Please sign in to comment.