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

Commit d8f0c58

Browse files
authored
Merge pull request #14 from DirectiveAthena/v0.6.1
Version string update
2 parents a1e4359 + 07fe4a1 commit d8f0c58

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,6,0 # <-- DEFINE THE VERSION IN A TUPLE FORMAT HERE
21+
version = 0,6,1 # <-- 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.6.0'
1+
VERSION='0.6.1'

0 commit comments

Comments
 (0)