Skip to content

Commit b7e01f4

Browse files
committed
Bump version to 0.5.0
1 parent f9c6533 commit b7e01f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/lib/widget.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import { DOMWidgetModel, DOMWidgetView } from '@jupyter-widgets/base';
1818
* this on FF, the animation is not smooth because the image "gets stuck".
1919
*/
2020

21-
export const version = "0.4.4";
21+
export const version = "0.5.0";
2222

2323
export class RemoteFrameBufferModel extends DOMWidgetModel {
2424
defaults() {

0 commit comments

Comments
 (0)