From d5fe2294efa59476ce2174f13cef7af15ad7f1b3 Mon Sep 17 00:00:00 2001 From: ivanbollu Date: Sun, 29 Mar 2026 14:44:52 +0800 Subject: [PATCH] docs: add learning comment to __init__.py --- httpie/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/httpie/__init__.py b/httpie/__init__.py index a4dded9ced..af4afec6f4 100644 --- a/httpie/__init__.py +++ b/httpie/__init__.py @@ -1,6 +1,7 @@ """ HTTPie: modern, user-friendly command-line HTTP client for the API era. +# Modified by ivanbollu - learning GitHub workflow! """ __version__ = '3.2.4'