Skip to content

Commit

Permalink
Bump version to 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
almarklein committed May 10, 2024
1 parent 2f170ef commit e4cfbaf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "jupyter_rfb",
"version": "0.1.0",
"version": "0.4.3",
"description": "Remote Frame Buffer for Jupyter",
"license": "MIT",
"author": "Almar Klein",
"main": "lib/index.js",
"repository": {
Expand Down Expand Up @@ -30,9 +31,10 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@jupyterlab/builder": "^3.0.0",
"@jupyterlab/builder": "^4.1.3",
"rimraf": "^2.6.1",
"webpack": "^5",
"rimraf": "^2.6.1"
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@jupyter-widgets/base": "^1.1 || ^2 || ^3 || ^4 || ^5 || ^6",
Expand Down
2 changes: 1 addition & 1 deletion jupyter_rfb/_version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Module version
version_info = (0, 4, 2, "final", 0)
version_info = (0, 4, 3, "final", 0)

# Module version stage suffix map
_specifier_ = {"alpha": "a", "beta": "b", "candidate": "rc", "final": ""}
Expand Down

0 comments on commit e4cfbaf

Please sign in to comment.