Skip to content

Commit a47a171

Browse files
committed
Bump to 2.0.0
1 parent 04e2568 commit a47a171

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ omit = [
6565
github_url = "https://github.com/jupyterhub/the-littlest-jupyterhub"
6666

6767
[tool.tbump.version]
68-
current = "2.0.0b1"
68+
current = "2.0.0"
6969
regex = '''
7070
(?P<major>\d+)
7171
\.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="the-littlest-jupyterhub",
5-
version="2.0.0b1",
5+
version="2.0.0",
66
description="A small JupyterHub distribution",
77
url="https://github.com/jupyterhub/the-littlest-jupyterhub",
88
author="Jupyter Development Team",

0 commit comments

Comments
 (0)