Skip to content

Commit af2c376

Browse files
committed
Bump to 1.0.0
1 parent 01e9e40 commit af2c376

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Traefik implementation of the JupyterHub proxy API"""
22

3-
__version__ = "1.0.0b3"
3+
__version__ = "1.0.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ norecursedirs = "lib lib64"
5959
github_url = "https://github.com/jupyterhub/traefik-proxy"
6060

6161
[tool.tbump.version]
62-
current = "1.0.0b3"
62+
current = "1.0.0"
6363

6464
regex = '''
6565
(?P<major>\d+)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setup(
1515
name="jupyterhub-traefik-proxy",
16-
version="1.0.0b3",
16+
version="1.0.0",
1717
install_requires=open("requirements.txt").read().splitlines(),
1818
python_requires=">=3.6",
1919
author="Project Jupyter Contributors",

0 commit comments

Comments
 (0)