Skip to content

Commit 5113f45

Browse files
committedJan 14, 2025·
Bump to v2.3.0
1 parent 0671382 commit 5113f45

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
@@ -7,7 +7,7 @@
77
github_url = "https://github.com/jupyterhub/jupyter-rsession-proxy"
88

99
[tool.tbump.version]
10-
current = "2.2.1"
10+
current = "2.3.0"
1111
regex = '''
1212
(?P<major>\d+)
1313
\.

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setuptools.setup(
44
name="jupyter-rsession-proxy",
5-
version='2.2.1',
5+
version='2.3.0',
66
url="https://github.com/jupyterhub/jupyter-rsession-proxy",
77
author="Ryan Lovett & Yuvi Panda",
88
description="Jupyter extension to proxy RStudio",

0 commit comments

Comments
 (0)
Please sign in to comment.