Skip to content

Commit

Permalink
0.1.2 - align version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
glynnbird committed Jul 12, 2017
1 parent f894c9f commit 4ae6ef0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -3,6 +3,9 @@ __pycache__/
*.py[cod]
*$py.class

# VS Code
.vscode

# C extensions
*.so

Expand Down
2 changes: 1 addition & 1 deletion pixiedust_node/package.json
@@ -1,6 +1,6 @@
{
"name": "pixiedust_node",
"version": "0.1.0",
"version": "0.1.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
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages

setup(name='pixiedust_node',
version='0.1.1',
version='0.1.2',
description='Pixiedust extension for Node.js',
url='https://github.com/ibm-cds-labs/pixiedust_node',
install_requires=['pixiedust'],
Expand Down

0 comments on commit 4ae6ef0

Please sign in to comment.