Skip to content

Commit 3f73cc7

Browse files
author
Chilipp
committed
Set version to 0.1.11
1 parent d86a81c commit 3f73cc7

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
@@ -53,7 +53,7 @@
5353
if six.PY2:
5454
from itertools import imap as map
5555

56-
__version__ = '0.1.10'
56+
__version__ = '0.1.11'
5757

5858
__author__ = "Philipp Sommer"
5959

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.10',
14+
version='0.1.11',
1515
description='Extended sphinx autodoc including automatic autosummaries',
1616
long_description=readme(),
1717
long_description_content_type='text/x-rst',

0 commit comments

Comments
 (0)