Skip to content

Commit 2dc0580

Browse files
committed
bump develop version 2.0.0.dev7
1 parent 4bd021c commit 2dc0580

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

mariadb-c/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
88

99
[project]
1010
name = "mariadb-c"
11-
version = "2.0.0.dev6"
11+
version = "2.0.0.dev7"
1212
description = "Python MariaDB extension"
1313
readme = {file = "README.md", content-type = "text/markdown"}
1414
requires-python = ">=3.10"

mariadb-pool/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "mariadb-pool"
7-
version = "2.0.0.dev6"
7+
version = "2.0.0.dev7"
88
description = "Advanced connection pooling for MariaDB Connector/Python"
99
readme = {file = "README.md", content-type = "text/markdown"}
1010
requires-python = ">=3.8"

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ backend-path = ["."]
55

66
[project]
77
name = "mariadb"
8-
version = "2.0.0.dev6"
8+
version = "2.0.0.dev7"
99
description = "MariaDB Connector/Python with Java-equivalent implementation"
1010
readme = {file = "README.md", content-type = "text/markdown"}
1111
requires-python = ">=3.8"
@@ -47,11 +47,11 @@ dependencies = [
4747
[project.optional-dependencies]
4848
# C extension for better performance (must match mariadb version)
4949
c = [
50-
"mariadb-c==2.0.0.dev6",
50+
"mariadb-c==2.0.0.dev7",
5151
]
5252
# Connection pooling (must match mariadb version)
5353
pool = [
54-
"mariadb-pool==2.0.0.dev6",
54+
"mariadb-pool==2.0.0.dev7",
5555
]
5656

5757
# Development dependencies

0 commit comments

Comments
 (0)