From 077bac93c09001d0ca0f1e1a97b93c3d0e738f63 Mon Sep 17 00:00:00 2001 From: vimiix Date: Fri, 10 Mar 2023 00:12:04 +0800 Subject: [PATCH] chore:bump version to 1.3.10 --- py_opengauss/project.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py_opengauss/project.py b/py_opengauss/project.py index dc5e988..5f46e3b 100644 --- a/py_opengauss/project.py +++ b/py_opengauss/project.py @@ -8,5 +8,5 @@ identity = 'http://github.com/vimiix/py-opengauss' meaculpa = 'Python+openGauss' abstract = 'Driver and tools library for openGauss' -version_info = (1, 3, 8) # dev based on py-postgresql version 1.3.0 +version_info = (1, 3, 10) # dev based on py-postgresql version 1.3.0 version = '.'.join(map(str, version_info)) -- Gitee