From 49a267a6d9be300250ec90481ee82d2969ea63af Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Fri, 30 Jan 2026 20:35:14 +0000 Subject: [PATCH] Initial upload: git-insights-cli with CI/CD workflow --- src/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/__init__.py diff --git a/src/__init__.py b/src/__init__.py new file mode 100644 index 0000000..5becc17 --- /dev/null +++ b/src/__init__.py @@ -0,0 +1 @@ +__version__ = "1.0.0"