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

Commit 85f6578

Browse files
author
DirectiveAthena
committed
Update setup.py
1 parent 8e69a54 commit 85f6578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def readme_handler() -> str:
1515

1616
def version_handler() -> str:
1717
# ------------------------------------------------------------------------------------------------------------------
18-
version = 6,1,1 # <-- DEFINE THE VERSION IN A TUPLE FORMAT HERE
18+
version = 6,2,0 # <-- DEFINE THE VERSION IN A TUPLE FORMAT HERE
1919
# ------------------------------------------------------------------------------------------------------------------
2020
version_str = ".".join(str(i) for i in version)
2121

0 commit comments

Comments
 (0)