uploaded first version! :D

This commit is contained in:
2026-06-20 12:15:52 +10:00
parent 4734744f59
commit 1e7a65a5e3
5 changed files with 15 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ from .install import install
from .pull import pull
from .list import list_packages
__VERSION__ = "1.0.0"
__VERSION__ = "1.0.1"
def main() -> int: