Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
skremiec committed Oct 30, 2015
1 parent a505cf2 commit 1d68188
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# K3D Jupyter

Juyter notebook extension for K3D visualization library.
Jupyter notebook extension for K3D visualization library.

## Requirements

Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "k3d-jupyter",
"version": "0.1.0",
"version": "0.2.0",
"authors": [
"Artur Trzęsiok <[email protected]>",
"Sebastian Kremiec <[email protected]>"
],
"description": "Juyter notebook extension for K3D visualization library.",
"license": "GPLv2",
"dependencies": {
"k3d": "~0.1.0"
"k3d": "~0.3.0"
}
}
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name='k3d',
version='0.1.3',
version='0.2.0',
packages=['k3d'],
include_package_data=True,
install_requires=['jupyter-pip'],
Expand Down

0 comments on commit 1d68188

Please sign in to comment.