Skip to content

Commit de87cf3

Browse files
committed
Updated version
1 parent 6ffec82 commit de87cf3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

autodocsumm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
if six.PY2:
4444
from itertools import imap as map
4545

46-
__version__ = '0.1.6'
46+
__version__ = '0.1.7'
4747

4848
__author__ = "Philipp Sommer"
4949

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def readme():
1111

1212

1313
setup(name='autodocsumm',
14-
version='0.1.6',
14+
version='0.1.7',
1515
description='Extended sphinx autodoc including automatic autosummaries',
1616
long_description=readme(),
1717
classifiers=[

0 commit comments

Comments
 (0)