We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e41506 commit 93408b0Copy full SHA for 93408b0
IBM_DB/ibm_db/ibm_db.c
@@ -21,7 +21,7 @@
21
+--------------------------------------------------------------------------+
22
*/
23
24
-#define MODULE_RELEASE "2.0.5.1"
+#define MODULE_RELEASE "2.0.5.10"
25
26
#include <Python.h>
27
#include <datetime.h>
IBM_DB/ibm_db/setup.py
@@ -19,7 +19,7 @@
19
from distutils.sysconfig import get_python_lib
20
PACKAGE = 'ibm_db'
-VERSION = '2.0.5.1'
+VERSION = '2.0.5.10'
LICENSE = 'Apache License 2.0'
machine_bits = 8 * struct.calcsize("P")
0 commit comments