Skip to content

Commit 2321447

Browse files
committed
Bump to 3.0.1
1 parent 8dfec1c commit 2321447

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ target_version = [
4242
github_url = "https://github.com/jupyterhub/jupyter-remote-desktop-proxy"
4343

4444
[tool.tbump.version]
45-
current = "3.0.1.dev"
45+
current = "3.0.1"
4646
regex = '''
4747
(?P<major>\d+)
4848
\.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def run(self):
4646
setup(
4747
name="jupyter-remote-desktop-proxy",
4848
packages=find_packages(),
49-
version='3.0.1.dev',
49+
version='3.0.1',
5050
author="Jupyter Development Team",
5151
author_email="[email protected]",
5252
classifiers=[

0 commit comments

Comments
 (0)