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

Commit

Permalink
Bump version to 2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
SanmerDev authored Nov 23, 2023
1 parent c38a31f commit c6e4be7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sync/__version__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
def get_version() -> str:
return "2.3.2"
return "2.3.3"


def get_version_code() -> int:
return 232
return 233


__all__ = [
Expand Down

0 comments on commit c6e4be7

Please sign in to comment.