Skip to content

Commit

Permalink
Bump to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
manics committed Aug 22, 2024
1 parent d758b5b commit 3bd56b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jupyterhub_traefik_proxy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Traefik implementation of the JupyterHub proxy API"""

__version__ = "1.1.0"
__version__ = "2.0.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ testpaths = ["tests"]
github_url = "https://github.com/jupyterhub/traefik-proxy"

[tool.tbump.version]
current = "1.1.0"
current = "2.0.0"

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 @@ -12,7 +12,7 @@

setup(
name="jupyterhub-traefik-proxy",
version="1.1.0",
version="2.0.0",
install_requires=open("requirements.txt").read().splitlines(),
extras_require={
"redis": ["redis"],
Expand Down

0 comments on commit 3bd56b5

Please sign in to comment.