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

Commit 33039e4

Browse files
author
DirectiveAthena
committed
Version change 0.1.0
1 parent cdd6f42 commit 33039e4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# - Code -
1414
# ----------------------------------------------------------------------------------------------------------------------
1515
def version_handler() -> str:
16-
version = 0,0,0
16+
version = 0,1,0
1717
version_str = ".".join(str(i) for i in version)
1818

1919
with open("src/AthenaTwitchBot/_info/_v.py", "w") as file:
@@ -36,7 +36,7 @@ def version_handler() -> str:
3636
packages=setuptools.find_packages(where="src"),
3737
python_requires=">=3.10",
3838
install_requires=[
39-
"AthenaLib>=0.2.0",
40-
"AthenaColor>=5.1.0"
39+
"AthenaLib>=1.1.0",
40+
"AthenaColor>=6.0.1"
4141
]
4242
)

src/AthenaTwitchBot/_info/_v.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
def _version():
2-
return '0.0.0'
2+
return '0.1.0'

0 commit comments

Comments
 (0)