File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
88
99[project ]
1010name = " mariadb-c"
11- version = " 2.0.0.dev6 "
11+ version = " 2.0.0.dev7 "
1212description = " Python MariaDB extension"
1313readme = {file = " README.md" , content-type = " text/markdown" }
1414requires-python = " >=3.10"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " mariadb-pool"
7- version = " 2.0.0.dev6 "
7+ version = " 2.0.0.dev7 "
88description = " Advanced connection pooling for MariaDB Connector/Python"
99readme = {file = " README.md" , content-type = " text/markdown" }
1010requires-python = " >=3.8"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ backend-path = ["."]
55
66[project ]
77name = " mariadb"
8- version = " 2.0.0.dev6 "
8+ version = " 2.0.0.dev7 "
99description = " MariaDB Connector/Python with Java-equivalent implementation"
1010readme = {file = " README.md" , content-type = " text/markdown" }
1111requires-python = " >=3.8"
@@ -47,11 +47,11 @@ dependencies = [
4747[project .optional-dependencies ]
4848# C extension for better performance (must match mariadb version)
4949c = [
50- " mariadb-c==2.0.0.dev6 " ,
50+ " mariadb-c==2.0.0.dev7 " ,
5151]
5252# Connection pooling (must match mariadb version)
5353pool = [
54- " mariadb-pool==2.0.0.dev6 " ,
54+ " mariadb-pool==2.0.0.dev7 " ,
5555]
5656
5757# Development dependencies
You can’t perform that action at this time.
0 commit comments