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 2282e61 commit 92465adCopy full SHA for 92465ad
pyproject.toml
@@ -67,7 +67,7 @@ omit = [
67
github_url = "https://github.com/jupyterhub/the-littlest-jupyterhub"
68
69
[tool.tbump.version]
70
-current = "1.0.1.dev"
+current = "2.0.0.dev"
71
regex = '''
72
(?P<major>\d+)
73
\.
setup.py
@@ -2,7 +2,7 @@
2
3
setup(
4
name="the-littlest-jupyterhub",
5
- version="1.0.1.dev",
+ version="2.0.0.dev",
6
description="A small JupyterHub distribution",
7
url="https://github.com/jupyterhub/the-littlest-jupyterhub",
8
author="Jupyter Development Team",
0 commit comments