Skip to content
Snippets Groups Projects
Commit c89223a6 authored by Tim Kreuzer's avatar Tim Kreuzer
Browse files

Bump to 1.0.3

parent 1f0aff09
Branches
Tags 1.0.3
No related merge requests found
Pipeline #241009 passed
# __version__ should be updated using tbump, based on configuration in # __version__ should be updated using tbump, based on configuration in
# pyproject.toml, according to instructions in RELEASE.md. # pyproject.toml, according to instructions in RELEASE.md.
# #
__version__ = "1.0.2" __version__ = "1.0.3"
...@@ -50,7 +50,7 @@ profile = "black" ...@@ -50,7 +50,7 @@ profile = "black"
github_url = "https://github.com/kreuzert/jupyterhub-outpostspawner" github_url = "https://github.com/kreuzert/jupyterhub-outpostspawner"
[tool.tbump.version] [tool.tbump.version]
current = "1.0.2" current = "1.0.3"
regex = ''' regex = '''
(?P<major>\d+) (?P<major>\d+)
\. \.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment