Skip to content

Commit 255292a

Browse files
committed
set version to 0.2.7
1 parent 459ccd3 commit 255292a

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
@@ -39,7 +39,7 @@
3939

4040
__status__ = "Production"
4141

42-
__version__ = '0.2.6'
42+
__version__ = '0.2.7'
4343

4444
from itertools import chain
4545

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.2.6',
14+
version='0.2.7',
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)