Skip to content

Commit e4cfbaf

Browse files
committed
Bump version to 0.4.3
1 parent 2f170ef commit e4cfbaf

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

js/package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "jupyter_rfb",
3-
"version": "0.1.0",
3+
"version": "0.4.3",
44
"description": "Remote Frame Buffer for Jupyter",
5+
"license": "MIT",
56
"author": "Almar Klein",
67
"main": "lib/index.js",
78
"repository": {
@@ -30,9 +31,10 @@
3031
"test": "echo \"Error: no test specified\" && exit 1"
3132
},
3233
"devDependencies": {
33-
"@jupyterlab/builder": "^3.0.0",
34+
"@jupyterlab/builder": "^4.1.3",
35+
"rimraf": "^2.6.1",
3436
"webpack": "^5",
35-
"rimraf": "^2.6.1"
37+
"webpack-cli": "^5.1.4"
3638
},
3739
"dependencies": {
3840
"@jupyter-widgets/base": "^1.1 || ^2 || ^3 || ^4 || ^5 || ^6",

jupyter_rfb/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Module version
2-
version_info = (0, 4, 2, "final", 0)
2+
version_info = (0, 4, 3, "final", 0)
33

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

0 commit comments

Comments
 (0)