From 32a5cee78d0a438b042d63aca60a9d00272c545a Mon Sep 17 00:00:00 2001 From: Jordan Date: Thu, 15 Sep 2022 21:17:36 -0700 Subject: setup: add version --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6b35b3f..6771d5a 100644 --- a/setup.py +++ b/setup.py @@ -10,5 +10,6 @@ setup( description="Archive git repositories from sourcehut user accounts", license="Unlicense", scripts=["koya"], - install_requires=["requests"] + install_requires=["requests"], + version='0.0.1' ) -- cgit v1.2.3-54-g00ecf