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 04e2568 commit a47a171Copy full SHA for a47a171
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.0b1"
+current = "2.0.0"
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.0b1",
+ version="2.0.0",
6
description="A small JupyterHub distribution",
7
url="https://github.com/jupyterhub/the-littlest-jupyterhub",
8
author="Jupyter Development Team",
0 commit comments