mirror of
https://github.com/mariadb-corporation/mariadb-connector-python.git
synced 2025-08-04 08:04:45 +00:00
Bumped version
This commit is contained in:
3
setup.py
3
setup.py
@ -29,7 +29,7 @@ PY_MARIADB_AUTHORS= "Georg Richter"
|
||||
|
||||
PY_MARIADB_MAJOR_VERSION=1
|
||||
PY_MARIADB_MINOR_VERSION=0
|
||||
PY_MARIADB_PATCH_VERSION=4
|
||||
PY_MARIADB_PATCH_VERSION=5
|
||||
# PY_MARIADB_PRE_RELEASE_SEGMENT=""
|
||||
|
||||
PY_MARIADB_VERSION= "%s.%s.%s" % (PY_MARIADB_MAJOR_VERSION, PY_MARIADB_MINOR_VERSION, PY_MARIADB_PATCH_VERSION)
|
||||
@ -56,6 +56,7 @@ setup(name='mariadb',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Programming Language :: Python :: 3.7',
|
||||
'Programming Language :: Python :: 3.8',
|
||||
'Programming Language :: Python :: 3.9',
|
||||
'Operating System :: Microsoft :: Windows',
|
||||
'Operating System :: MacOS',
|
||||
'Operating System :: POSIX',
|
||||
|
Reference in New Issue
Block a user