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

Commit 4668625

Browse files
committed
Bump version to 2.1.0
1 parent 80e37ad commit 4668625

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.0.1"
2+
return "2.1.0"
33

44

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

88

99
__all__ = [

0 commit comments

Comments
 (0)