Skip to content

Commit

Permalink
Bump to 1.0.2.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Jun 8, 2023
1 parent b8c97a3 commit 6268964
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ filterwarnings = [
github_url = "https://github.com/jupyterhub/systemdspawner"

[tool.tbump.version]
current = "1.0.1"
current = "1.0.2.dev"
regex = '''
(?P<major>\d+)
\.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="jupyterhub-systemdspawner",
version="1.0.1",
version="1.0.2.dev",
description="JupyterHub Spawner using systemd for resource isolation",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 6268964

Please sign in to comment.