diff --git a/pyproject.toml b/pyproject.toml index ad5fd36a..86d9aec1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ target_version = [ github_url = "https://github.com/jupyterhub/jupyter-remote-desktop-proxy" [tool.tbump.version] -current = "1.2.2.dev" +current = "2.0.0" regex = ''' (?P\d+) \. diff --git a/setup.py b/setup.py index 0348c71b..f127d8be 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ def run(self): setup( name="jupyter-remote-desktop-proxy", packages=find_packages(), - version='1.2.2.dev', + version='2.0.0', author="Jupyter Development Team", author_email="jupyter@googlegroups.com", classifiers=[