Skip to content

Commit

Permalink
Bump version to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
almarklein committed Jan 17, 2025
1 parent 45be0eb commit 20ecdf4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion js/lib/widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { DOMWidgetModel, DOMWidgetView } from '@jupyter-widgets/base';
* this on FF, the animation is not smooth because the image "gets stuck".
*/

export const version = "0.5.0";
export const version = "0.5.1";

export class RemoteFrameBufferModel extends DOMWidgetModel {
defaults() {
Expand Down
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyter_rfb",
"version": "0.4.4",
"version": "0.5.1",
"description": "Remote Frame Buffer for Jupyter",
"license": "MIT",
"author": "Almar Klein",
Expand Down
2 changes: 1 addition & 1 deletion jupyter_rfb/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

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

# Allow using nearly the same code in different projects
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -- Project info

[project]
version = "0.4.4"
version = "0.5.1"
name = "jupyter-rfb"
description = "Remote Frame Buffer for Jupyter"
readme = "README.md"
Expand Down

0 comments on commit 20ecdf4

Please sign in to comment.