Skip to content

Commit

Permalink
Bump to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sgaist committed Oct 20, 2024
1 parent 9f52a25 commit ef79d50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion multiauthenticator/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
# __version__ should be updated using tbump, based on configuration in
# pyproject.toml.
#
__version__ = "0.4.0.dev"
__version__ = "0.4.0"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "jupyterhub-multiauthenticator"
version = "0.4.0.dev"
version = "0.4.0"
authors = [{name = "Samuel Gaist", email = "[email protected]"}]
description = "Authenticator multiplexer for JupyterHub"
readme = "README.md"
Expand Down Expand Up @@ -102,7 +102,7 @@ show_missing = true
github_url = "https://github.com/idiap/multiauthenticator"

[tool.tbump.version]
current = "0.4.0.dev"
current = "0.4.0"
regex = '''
(?P<major>\d+)
\.
Expand Down

0 comments on commit ef79d50

Please sign in to comment.