We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2321447 commit 078abb5Copy full SHA for 078abb5
pyproject.toml
@@ -42,7 +42,7 @@ target_version = [
42
github_url = "https://github.com/jupyterhub/jupyter-remote-desktop-proxy"
43
44
[tool.tbump.version]
45
-current = "3.0.1"
+current = "3.0.2.dev"
46
regex = '''
47
(?P<major>\d+)
48
\.
setup.py
@@ -46,7 +46,7 @@ def run(self):
setup(
name="jupyter-remote-desktop-proxy",
packages=find_packages(),
49
- version='3.0.1',
+ version='3.0.2.dev',
50
author="Jupyter Development Team",
51
author_email="[email protected]",
52
classifiers=[
0 commit comments