Skip to content
This repository was archived by the owner on Jun 23, 2024. It is now read-only.

Commit c6e4be7

Browse files
authored
Bump version to 2.3.3
1 parent c38a31f commit c6e4be7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sync/__version__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
def get_version() -> str:
2-
return "2.3.2"
2+
return "2.3.3"
33

44

55
def get_version_code() -> int:
6-
return 232
6+
return 233
77

88

99
__all__ = [

0 commit comments

Comments
 (0)