Skip to content

Commit a6f1a4e

Browse files
committed
test release to upload to testpypi 3.2.5
1 parent c846d41 commit a6f1a4e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ibm_db.c

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

25-
#define MODULE_RELEASE "3.2.7"
25+
#define MODULE_RELEASE "3.2.5"
2626

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
from setuptools.command.install import install
3232

3333
PACKAGE = 'ibm_db'
34-
VERSION = '3.2.7'
34+
VERSION = '3.2.5'
3535
LICENSE = 'Apache License 2.0'
3636
readme = os.path.join(os.path.dirname(__file__),'README.md')
3737

0 commit comments

Comments
 (0)