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

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
Chilipp committed Oct 25, 2016
1 parent 308a89c commit c55c735
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 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.0',
version='0.1.1',
description=(
'Create an examples gallery with sphinx from Jupyter Notebooks'),
long_description=readme(),
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.0'
__version__ = '0.1.1'

__author__ = "Philipp Sommer"

Expand Down

0 comments on commit c55c735

Please sign in to comment.