Skip to content

Commit 93408b0

Browse files
committed
Update version to 2.0.5.10
1 parent 8e41506 commit 93408b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

IBM_DB/ibm_db/ibm_db.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
+--------------------------------------------------------------------------+
2222
*/
2323

24-
#define MODULE_RELEASE "2.0.5.1"
24+
#define MODULE_RELEASE "2.0.5.10"
2525

2626
#include <Python.h>
2727
#include <datetime.h>

IBM_DB/ibm_db/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from distutils.sysconfig import get_python_lib
2020

2121
PACKAGE = 'ibm_db'
22-
VERSION = '2.0.5.1'
22+
VERSION = '2.0.5.10'
2323
LICENSE = 'Apache License 2.0'
2424

2525
machine_bits = 8 * struct.calcsize("P")

0 commit comments

Comments
 (0)