From 5534a1fae705145c16d5d6251b7917525bb00315 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20K=C3=B6nig?= Date: Tue, 10 Oct 2017 14:48:38 +0200 Subject: [PATCH] Preparations for 2.4.1 release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d3b070e08..79bece5bc 100644 --- a/setup.py +++ b/setup.py @@ -200,7 +200,7 @@ def get_extension_modules(): setup(name = 'turbodbc', - version = '2.4.0', + version = '2.4.1', description = 'turbodbc is a Python DB API 2.0 compatible ODBC driver', include_package_data = True, url = 'https://github.com/blue-yonder/turbodbc',