Skip to content

Commit 8400abb

Browse files
committed
version bump to 0.7
1 parent d870017 commit 8400abb

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
@@ -8,7 +8,7 @@
88
LONG_DESCRIPTION = open("README.rst").read().replace("`_", "`")
99

1010
setup(name='tabulate',
11-
version='0.6',
11+
version='0.7',
1212
description='Pretty-print tabular data',
1313
long_description=LONG_DESCRIPTION,
1414
author='Sergey Astanin',

tabulate.py

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

2929

3030
__all__ = ["tabulate", "tabulate_formats", "simple_separated_format"]
31-
__version__ = "0.6"
31+
__version__ = "0.7"
3232

3333

3434
Line = namedtuple("Line", ["begin", "hline", "sep", "end"])

0 commit comments

Comments
 (0)