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

Commit ff224b9

Browse files
author
DirectiveAthena
committed
Fix: Correct version string
1 parent 59c9326 commit ff224b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

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

1919
def version_handler() -> str:
2020
# ------------------------------------------------------------------------------------------------------------------
21-
version = 0,5,0 # <-- DEFINE THE VERSION IN A TUPLE FORMAT HERE
21+
version = 0,6,0 # <-- DEFINE THE VERSION IN A TUPLE FORMAT HERE
2222
# ------------------------------------------------------------------------------------------------------------------
2323
version_str = ".".join(str(i) for i in version)
2424

src/AthenaTwitchBot/_info/_v.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION='0.5.0'
1+
VERSION='0.6.0'

0 commit comments

Comments
 (0)