Skip to content

Commit e3a5be9

Browse files
committed
set version to 0.2.3
1 parent 999927b commit e3a5be9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

autodocsumm/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
except ImportError:
5252
from ordereddict import OrderedDict
5353

54-
__version__ = '0.2.2'
54+
__version__ = '0.2.3'
5555

5656
__author__ = "Philipp S. Sommer"
5757

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def readme():
1111

1212

1313
setup(name='autodocsumm',
14-
version='0.2.2',
14+
version='0.2.3',
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)