We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60d49c1 commit dc96eedCopy full SHA for dc96eed
setup.py
@@ -37,7 +37,7 @@
37
38
39
setup(name='tabulate',
40
- version='0.8.0',
+ version='0.8.1',
41
description='Pretty-print tabular data',
42
long_description=LONG_DESCRIPTION,
43
author='Sergey Astanin',
tabulate.py
@@ -47,7 +47,7 @@ def _is_file(f):
47
48
49
__all__ = ["tabulate", "tabulate_formats", "simple_separated_format"]
50
-__version__ = "0.8.0"
+__version__ = "0.8.1"
51
52
53
# minimum extra space in headers
0 commit comments