From 9ee5e8b9584ef92332172dc91521ddf052da5a7d Mon Sep 17 00:00:00 2001 From: dbrennand <52419383+dbrennand@users.noreply.github.com> Date: Sat, 10 Dec 2022 12:10:46 +0000 Subject: [PATCH] fix: missed version bump in `__init__.py` --- virustotal_python/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virustotal_python/__init__.py b/virustotal_python/__init__.py index 0ce3e5d..22a5656 100644 --- a/virustotal_python/__init__.py +++ b/virustotal_python/__init__.py @@ -8,4 +8,4 @@ __all__ = ["Virustotal", "VirustotalResponse", "VirustotalError"] __author__ = "dbrennand" -__version__ = "1.0.0" +__version__ = "1.0.1"