We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f08bd21 commit 7839c83Copy full SHA for 7839c83
1 file changed
pymongosql/__init__.py
@@ -6,7 +6,7 @@
6
if TYPE_CHECKING:
7
from .connection import Connection
8
9
-__version__: str = "0.4.8"
+__version__: str = "0.5.0"
10
11
# Globals https://www.python.org/dev/peps/pep-0249/#globals
12
apilevel: str = "2.0"
0 commit comments