From 22cb5988d71a3707f06d20c483fbf358c5ab1217 Mon Sep 17 00:00:00 2001 From: YuviPanda Date: Fri, 25 Oct 2024 20:17:32 -0700 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0e99c29..80e754f 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setuptools.setup( name="jupyter-sshd-proxy", - version='0.2.0', + version='0.3.0', url="https://github.com/yuvipanda/jupyter-sshd-proxy", author="Yuvi Panda", description="Run sshd under jupyter",