Skip to content

Commit

Permalink
BUMP 3.5.2.dev0
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaneHarvey committed Sep 18, 2024
1 parent b1df705 commit 822e024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion motor/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import re
from typing import List, Tuple, Union

__version__ = "3.5.1"
__version__ = "3.5.2.dev0"


def get_version_tuple(version: str) -> Tuple[Union[int, str], ...]:
Expand Down

0 comments on commit 822e024

Please sign in to comment.