Skip to content

Commit 27b7e1b

Browse files
committed
set version to 0.2.9
1 parent a21e05d commit 27b7e1b

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.8'
42+
__version__ = '0.2.9'
4343

4444
from itertools import chain
4545

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = ['setuptools >= 61.0']
44

55
[project]
66
name = 'autodocsumm'
7-
version = '0.2.8'
7+
version = '0.2.9'
88
description = 'Extended sphinx autodoc including automatic autosummaries'
99
readme = 'README.rst'
1010
keywords = ['sphinx', 'autodoc', 'autosummary', 'content', 'table']

0 commit comments

Comments
 (0)