Skip to content

Commit c0563ab

Browse files
committed
Bump to 2.0.1.dev
1 parent a47a171 commit c0563ab

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.0"
68+
current = "2.0.1.dev"
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.0",
5+
version="2.0.1.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)