Skip to content

Commit

Permalink
Add __version__ and declare version to be 3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Feb 23, 2024
1 parent a82f70a commit 960b658
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions jupyter_server_proxy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
from jupyter_server.utils import url_path_join as ujoin
from .api import ServersInfoHandler, IconHandler

__version__ = "3.2.3"

# Jupyter Extension points
def _jupyter_server_extension_points():
return [{
Expand Down
2 changes: 1 addition & 1 deletion jupyterlab-server-proxy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyterlab/server-proxy",
"version": "3.2.2",
"version": "3.2.3",
"description": "Jupyter server extension to supervise and proxy web services",
"keywords": [
"jupyter",
Expand Down

0 comments on commit 960b658

Please sign in to comment.