Skip to content

Commit d6067ca

Browse files
committed
Release 0.6.0
Signed-off-by: martinRenou <[email protected]>
1 parent 44b34cc commit d6067ca

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

ipycanvas/_frontend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
"""
1010

1111
module_name = "ipycanvas"
12-
module_version = "^0.5.1"
12+
module_version = "^0.6.1"

ipycanvas/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
# Copyright (c) Martin Renou.
55
# Distributed under the terms of the Modified BSD License.
66

7-
version_info = (0, 5, 1)
7+
version_info = (0, 6, 0)
88
__version__ = ".".join(map(str, version_info))

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipycanvas",
3-
"version": "0.5.1",
3+
"version": "0.6.1",
44
"description": "Interactive widgets library exposing the browser's Canvas API",
55
"keywords": [
66
"jupyter",
@@ -39,7 +39,7 @@
3939
"clean:lib": "rimraf lib",
4040
"clean:labextension": "rimraf ipycanvas/labextension",
4141
"clean:nbextension": "rimraf ipycanvas/nbextension/static/index.js",
42-
"prepack": "npm run build:lib",
42+
"prepack": "npm run build",
4343
"watch": "npm-run-all -p watch:*",
4444
"watch:lib": "tsc -w",
4545
"watch:nbextension": "webpack --watch"

0 commit comments

Comments
 (0)