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

Commit 8d225b2

Browse files
committed
Bump version to 2.3.0
1 parent a9a859f commit 8d225b2

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.1.0"
2+
return "2.3.0"
33

44

55
def get_version_code() -> int:
6-
return 210
6+
return 230
77

88

99
__all__ = [

0 commit comments

Comments
 (0)