Skip to content

Commit 2216f7c

Browse files
committed
Increased version and updated author info
1 parent e334a9f commit 2216f7c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

autodocsumm/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@
6060
if six.PY2:
6161
from itertools import imap as map
6262

63-
__version__ = '0.1.12'
63+
__version__ = '0.1.13'
6464

65-
__author__ = "Philipp Sommer"
65+
__author__ = "Philipp S. Sommer"
6666

6767
logger = logging.getLogger(__name__)
6868

setup.py

Lines changed: 3 additions & 3 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.12',
14+
version='0.1.13',
1515
description='Extended sphinx autodoc including automatic autosummaries',
1616
long_description=readme(),
1717
long_description_content_type='text/x-rst',
@@ -31,8 +31,8 @@ def readme():
3131
],
3232
keywords='sphinx autodoc autosummary content table',
3333
url='https://github.com/Chilipp/autodocsumm',
34-
author='Philipp Sommer',
35-
author_email='philipp.sommer@unil.ch',
34+
author='Philipp S. Sommer',
35+
author_email='philipp.sommer@hzg.de',
3636
license="GPLv2",
3737
packages=find_packages(exclude=['docs', 'tests*', 'examples']),
3838
install_requires=[

0 commit comments

Comments
 (0)