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