We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a47a171 commit c0563abCopy full SHA for c0563ab
pyproject.toml
@@ -65,7 +65,7 @@ omit = [
65
github_url = "https://github.com/jupyterhub/the-littlest-jupyterhub"
66
67
[tool.tbump.version]
68
-current = "2.0.0"
+current = "2.0.1.dev"
69
regex = '''
70
(?P<major>\d+)
71
\.
setup.py
@@ -2,7 +2,7 @@
2
3
setup(
4
name="the-littlest-jupyterhub",
5
- version="2.0.0",
+ version="2.0.1.dev",
6
description="A small JupyterHub distribution",
7
url="https://github.com/jupyterhub/the-littlest-jupyterhub",
8
author="Jupyter Development Team",
0 commit comments