diff --git a/py_opengauss/project.py b/py_opengauss/project.py index dc5e98893f950029724fbd1c85d99b693475ca00..5f46e3b0d4ecee246a49c88f48ee4af4492da0c3 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))