Skip to content

Commit 45578af

Browse files
committed
Updated version
1 parent c43a306 commit 45578af

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

autodocsumm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
if six.PY2:
5252
from itertools import imap as map
5353

54-
__version__ = '0.1.8'
54+
__version__ = '0.1.9'
5555

5656
__author__ = "Philipp Sommer"
5757

setup.py

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

1212

1313
setup(name='autodocsumm',
14-
version='0.1.8',
14+
version='0.1.9',
1515
description='Extended sphinx autodoc including automatic autosummaries',
1616
long_description=readme(),
1717
classifiers=[
@@ -22,7 +22,6 @@ def readme():
2222
'Programming Language :: Python :: 2',
2323
'Programming Language :: Python :: 2.7',
2424
'Programming Language :: Python :: 3',
25-
'Programming Language :: Python :: 3.4',
2625
'Programming Language :: Python :: 3.5',
2726
'Programming Language :: Python :: 3.6',
2827
'Programming Language :: Python :: 3.7',

0 commit comments

Comments
 (0)