Skip to content

Commit 20ecdf4

Browse files
committed
Bump version to 0.5.1
1 parent 45be0eb commit 20ecdf4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.5.0";
21+
export const version = "0.5.1";
2222

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

js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyter_rfb",
3-
"version": "0.4.4",
3+
"version": "0.5.1",
44
"description": "Remote Frame Buffer for Jupyter",
55
"license": "MIT",
66
"author": "Almar Klein",

jupyter_rfb/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
# This is the reference version number, to be bumped before each release.
1212
# The build system detects this definition when building a distribution.
13-
__version__ = "0.4.4"
13+
__version__ = "0.5.1"
1414
ref_version = __version__
1515

1616
# Allow using nearly the same code in different projects

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -- Project info
22

33
[project]
4-
version = "0.4.4"
4+
version = "0.5.1"
55
name = "jupyter-rfb"
66
description = "Remote Frame Buffer for Jupyter"
77
readme = "README.md"

0 commit comments

Comments
 (0)