Skip to content

Commit

Permalink
✏️ Fix typo issue
Browse files Browse the repository at this point in the history
  • Loading branch information
llaumgui committed Dec 24, 2024
1 parent 4b6cf2a commit 9e66284
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions seedboxsync/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

VERSION = (3, 1, 0, 'beta', 1)


def get_version(version: tuple = VERSION) -> str:
"Returns a PEP 386-compliant version number from VERSION."
assert len(version) == 5
Expand Down

0 comments on commit 9e66284

Please sign in to comment.