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 01e9e40 commit af2c376Copy full SHA for af2c376
jupyterhub_traefik_proxy/__init__.py
@@ -1,3 +1,3 @@
1
"""Traefik implementation of the JupyterHub proxy API"""
2
3
-__version__ = "1.0.0b3"
+__version__ = "1.0.0"
pyproject.toml
@@ -59,7 +59,7 @@ norecursedirs = "lib lib64"
59
github_url = "https://github.com/jupyterhub/traefik-proxy"
60
61
[tool.tbump.version]
62
-current = "1.0.0b3"
+current = "1.0.0"
63
64
regex = '''
65
(?P<major>\d+)
setup.py
@@ -13,7 +13,7 @@
13
14
setup(
15
name="jupyterhub-traefik-proxy",
16
- version="1.0.0b3",
+ version="1.0.0",
17
install_requires=open("requirements.txt").read().splitlines(),
18
python_requires=">=3.6",
19
author="Project Jupyter Contributors",
0 commit comments