From 85cdc23aae3a9c7ee40ce415012eb816fe1b87c0 Mon Sep 17 00:00:00 2001 From: Jonah Lawrence Date: Sat, 12 Feb 2022 00:27:37 +0200 Subject: [PATCH] Bump version to 0.2.0 --- table2ascii/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/table2ascii/__init__.py b/table2ascii/__init__.py index e301be1..5027329 100644 --- a/table2ascii/__init__.py +++ b/table2ascii/__init__.py @@ -7,7 +7,7 @@ from .table_style import TableStyle from .table_to_ascii import table2ascii -__version__ = "0.1.4" +__version__ = "0.2.0" __all__ = [ "table2ascii",