Skip to content

Commit 8212683

Browse files
committed
BUMP 4.4.1.dev0
1 parent 55a9bee commit 8212683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymongo/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"""Current version of PyMongo."""
1616
from typing import Tuple, Union
1717

18-
version_tuple: Tuple[Union[int, str], ...] = (4, 4, 0)
18+
version_tuple: Tuple[Union[int, str], ...] = (4, 4, 1, ".dev0")
1919

2020

2121
def get_version_string() -> str:

0 commit comments

Comments
 (0)