Skip to content

Commit 7839c83

Browse files
authored
Chore/clean dependencies (#30)
* Disables retry by default * Update README * Make tenacity as an optional dependency * Bump the version to 0.5.0
1 parent f08bd21 commit 7839c83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pymongosql/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
if TYPE_CHECKING:
77
from .connection import Connection
88

9-
__version__: str = "0.4.8"
9+
__version__: str = "0.5.0"
1010

1111
# Globals https://www.python.org/dev/peps/pep-0249/#globals
1212
apilevel: str = "2.0"

0 commit comments

Comments
 (0)