Skip to content

Commit a62cad6

Browse files
committed
version bump 0.7.2 -> 0.7.3
1 parent f12d8c1 commit a62cad6

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
@@ -15,7 +15,7 @@
1515

1616

1717
setup(name='tabulate',
18-
version='0.7.2',
18+
version='0.7.3',
1919
description='Pretty-print tabular data',
2020
long_description=LONG_DESCRIPTION,
2121
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.7.2"
31+
__version__ = "0.7.3"
3232

3333

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

0 commit comments

Comments
 (0)