Skip to content

Commit

Permalink
0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
glynnbird committed Feb 9, 2018
1 parent a965bc3 commit 02fbe1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pixiedust_node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pixiedust_node",
"version": "0.2.1",
"version": "0.2.2",
"description": "Run Node.js cells in Jupyter notebooks with Pixiedust",
"main": "pixiedustNodeRepl.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages

setup(name='pixiedust_node',
version='0.2.1',
version='0.2.2',
description='Pixiedust extension for Node.js',
url='https://github.com/ibm-watson-data-lab/pixiedust_node',
install_requires=['pixiedust', 'pandas', 'ipython'],
Expand Down

0 comments on commit 02fbe1a

Please sign in to comment.