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