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

Commit 6869695

Browse files
authored
Merge pull request #24 from DirectiveAthena/AndreasSas-patch-1
Update setup.py
2 parents 9f2eb27 + 5a678db commit 6869695

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
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,7,0 # <-- DEFINE THE VERSION IN A TUPLE FORMAT HERE
21+
version = 0,8,0 # <-- DEFINE THE VERSION IN A TUPLE FORMAT HERE
2222
# ------------------------------------------------------------------------------------------------------------------
2323
return ".".join(str(i) for i in version)
2424

@@ -42,4 +42,4 @@ def version_handler() -> str:
4242
"AthenaLib>=1.1.0",
4343
"AthenaColor>=6.0.1"
4444
]
45-
)
45+
)

0 commit comments

Comments
 (0)