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