From f81df2a8803ddfdc681c0189ebc744e88cf3cb13 Mon Sep 17 00:00:00 2001 From: "Taylor C. Richberger" Date: Sun, 12 Mar 2017 13:52:23 -0600 Subject: [PATCH] version bump to stable --- texttables/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/texttables/__init__.py b/texttables/__init__.py index 22009d0..0134c56 100644 --- a/texttables/__init__.py +++ b/texttables/__init__.py @@ -12,7 +12,7 @@ __email__ = 'tcr@absolute-performance.com' __license__ = 'MIT' __modulename__ = 'texttables' -__version__ = '0.3.0' +__version__ = '1.0.0' __website__ = 'https://github.com/Taywee/texttables' __all__ = ['fixed', 'dynamic', 'ValidationError', 'Dialect']