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

fix

parent aee35ca6
Branches live
No related merge requests found
Pipeline #210964 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__ = "0.10.13" __version__ = "0.10.13.post3"
...@@ -55,7 +55,7 @@ profile = "black" ...@@ -55,7 +55,7 @@ profile = "black"
github_url = "https://github.com/kreuzert/jupyter-jsc-custom" github_url = "https://github.com/kreuzert/jupyter-jsc-custom"
[tool.tbump.version] [tool.tbump.version]
current = "0.10.13" current = "0.10.13.post3"
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