Skip to content

Commit dc96eed

Browse files
committed
version bump to 0.8.1 (future release)
1 parent 60d49c1 commit dc96eed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838

3939
setup(name='tabulate',
40-
version='0.8.0',
40+
version='0.8.1',
4141
description='Pretty-print tabular data',
4242
long_description=LONG_DESCRIPTION,
4343
author='Sergey Astanin',

tabulate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def _is_file(f):
4747

4848

4949
__all__ = ["tabulate", "tabulate_formats", "simple_separated_format"]
50-
__version__ = "0.8.0"
50+
__version__ = "0.8.1"
5151

5252

5353
# minimum extra space in headers

0 commit comments

Comments
 (0)