Skip to content

Commit

Permalink
fix some issues and release version 0️⃣2️⃣1️⃣
Browse files Browse the repository at this point in the history
  • Loading branch information
kikocorreoso committed Apr 23, 2016
1 parent 6390e6f commit 079afc1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion brythonmagic.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
from IPython.utils.text import dedent
from IPython.display import display, HTML, Javascript

__version__ = "0.2.0"
__version__ = "0.2.1"

def load_js_lib(url):
"""Load a javascript file using requirejs.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
long_description = f.read()

install_requires = [
'jupyter>=4.0',
'jupyter>=1.0.0',
]

setup(
name='brythonmagic',
version='0.2.0',
version='0.2.1',
description='Magics to use brython in Jupyter notebook.',
long_description=long_description,
url='https://github.com/kikocorreoso/brythonmagic',
Expand Down

0 comments on commit 079afc1

Please sign in to comment.