Skip to content
This repository has been archived by the owner on Jun 28, 2021. It is now read-only.

Commit

Permalink
Updated to new version
Browse files Browse the repository at this point in the history
  • Loading branch information
Chilipp committed Feb 7, 2017
1 parent fbb8d69 commit 3ccc430
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def readme():


setup(name='sphinx-nbexamples',
version='0.1.1',
version='0.1.2',
description=(
'Create an examples gallery with sphinx from Jupyter Notebooks'),
long_description=readme(),
Expand Down Expand Up @@ -42,6 +42,7 @@ def readme():
'sphinx',
'ipython',
'nbconvert',
'Pillow',
],
setup_requires=pytest_runner,
tests_require=['pytest'],
Expand Down
2 changes: 1 addition & 1 deletion sphinx_nbexamples/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
from ordereddict import OrderedDict


__version__ = '0.1.1'
__version__ = '0.1.2'

__author__ = "Philipp Sommer"

Expand Down

0 comments on commit 3ccc430

Please sign in to comment.