Skip to content

Commit 3510543

Browse files
committed
Set version to 0.2.4
1 parent e8b458c commit 3510543

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
@@ -56,7 +56,7 @@ def force_decode(string: str, encoding: str) -> str:
5656
except ImportError:
5757
from ordereddict import OrderedDict
5858

59-
__version__ = '0.2.3'
59+
__version__ = '0.2.4'
6060

6161
__author__ = "Philipp S. Sommer"
6262

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