From b1551325e04bd39c7791d1f7673946ba8fd2c8ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20K=C3=B6nig?= Date: Fri, 12 Jan 2018 09:04:43 +0100 Subject: [PATCH] Bumped version number to 2.5.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5dfed0385..d8372c8c9 100644 --- a/setup.py +++ b/setup.py @@ -200,7 +200,7 @@ def get_extension_modules(): setup(name = 'turbodbc', - version = '2.4.1', + version = '2.5.0', description = 'turbodbc is a Python DB API 2.0 compatible ODBC driver', include_package_data = True, url = 'https://github.com/blue-yonder/turbodbc',