Skip to content

Commit

Permalink
Increased version to 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Chilipp committed Apr 3, 2019
1 parent a057cfc commit e93d790
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion autodocsumm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
if six.PY2:
from itertools import imap as map

__version__ = '0.1.7'
__version__ = '0.1.8'

__author__ = "Philipp Sommer"

Expand Down
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='autodocsumm',
version='0.1.7',
version='0.1.8',
description='Extended sphinx autodoc including automatic autosummaries',
long_description=readme(),
classifiers=[
Expand Down

0 comments on commit e93d790

Please sign in to comment.