We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0671382 commit 5113f45Copy full SHA for 5113f45
pyproject.toml
@@ -7,7 +7,7 @@
7
github_url = "https://github.com/jupyterhub/jupyter-rsession-proxy"
8
9
[tool.tbump.version]
10
-current = "2.2.1"
+current = "2.3.0"
11
regex = '''
12
(?P<major>\d+)
13
\.
setup.py
@@ -2,7 +2,7 @@
2
3
setuptools.setup(
4
name="jupyter-rsession-proxy",
5
- version='2.2.1',
+ version='2.3.0',
6
url="https://github.com/jupyterhub/jupyter-rsession-proxy",
author="Ryan Lovett & Yuvi Panda",
description="Jupyter extension to proxy RStudio",
0 commit comments