Skip to content

Commit eedb068

Browse files
committed
3.0.0-beta -> 3.0.0-rc
1 parent 1472232 commit eedb068

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wwdtm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from mysql.connector.connection import MySQLConnection
1212
from mysql.connector.pooling import PooledMySQLConnection
1313

14-
VERSION: str = "3.0.0-beta"
14+
VERSION: str = "3.0.0-rc"
1515
MINIMUM_DATABASE_VERSION: tuple[int] = (4, 7, 0) # Major, Minor, Patch
1616
MINIMUM_DATABASE_VERSION_STRING: str = ".".join(
1717
str(segment) for segment in MINIMUM_DATABASE_VERSION

0 commit comments

Comments
 (0)