Skip to content

Commit 92465ad

Browse files
committed
Bump to 2.0.0.dev
1 parent 2282e61 commit 92465ad

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
@@ -67,7 +67,7 @@ omit = [
6767
github_url = "https://github.com/jupyterhub/the-littlest-jupyterhub"
6868

6969
[tool.tbump.version]
70-
current = "1.0.1.dev"
70+
current = "2.0.0.dev"
7171
regex = '''
7272
(?P<major>\d+)
7373
\.

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="1.0.1.dev",
5+
version="2.0.0.dev",
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)