Bump to 1.0.1.dev

This commit is contained in:
Erik Sundell
2023-08-11 14:46:52 +02:00
parent fc8e19b1b5
commit c7507fd799
2 changed files with 2 additions and 2 deletions

View File

@@ -67,7 +67,7 @@ omit = [
github_url = "https://github.com/jupyterhub/the-littlest-jupyterhub"
[tool.tbump.version]
current = "1.0.0"
current = "1.0.1.dev"
regex = '''
(?P<major>\d+)
\.

View File

@@ -2,7 +2,7 @@ from setuptools import find_packages, setup
setup(
name="the-littlest-jupyterhub",
version="1.0.0",
version="1.0.1.dev",
description="A small JupyterHub distribution",
url="https://github.com/jupyterhub/the-littlest-jupyterhub",
author="Jupyter Development Team",