Skip to content

Commit 158e7b6

Browse files
committed
Release 0.1.0a0
1 parent 1b6b4d6 commit 158e7b6

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22

33
<!-- <START NEW CHANGELOG ENTRY> -->
44

5+
## 0.1.0a0
6+
57
<!-- <END NEW CHANGELOG ENTRY> -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab-lego-boost",
3-
"version": "0.1.0",
3+
"version": "0.1.0-alpha.0",
44
"description": "Blockly extension for JupyterLab to control the Lego Boost",
55
"keywords": [
66
"jupyter",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
get_data_files
8484
)
8585
post_develop = npm_builder(
86-
build_cmd="install:extension", source_dir="src", build_dir=lab_path
86+
build_cmd="install:extension", source_dir="src", build_dir=lab_path, force=True
8787
)
8888
setup_args["cmdclass"] = wrap_installers(post_develop=post_develop, ensured_targets=ensured_targets)
8989
setup_args["data_files"] = get_data_files(data_files_spec)

0 commit comments

Comments
 (0)