Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
artur-trzesiok committed Sep 3, 2021
1 parent 56e90f5 commit 2fd51ed
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 16 deletions.
5 changes: 5 additions & 0 deletions build.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pip install -ve .
jupyter nbextension install --py --user k3d
jupyter nbextension enable --py --user k3d
python setup.py sdist
python setup.py bdist_wheel
14 changes: 0 additions & 14 deletions build.sh

This file was deleted.

Binary file removed examples/Cute%20Darth%20Vader.stl
Binary file not shown.
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "k3d",
"version": "2.10.0",
"version": "2.11.0",
"description": "3D visualization library",
"author": "k3d team",
"main": "src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "k3d",
"version": "2.10.0",
"version": "2.11.0",
"description": "3D visualization library",
"keywords": [
"jupyter",
Expand Down

0 comments on commit 2fd51ed

Please sign in to comment.