From 3782dc95066a61c259eb08e86275a1b623592dec Mon Sep 17 00:00:00 2001 From: Moritz Date: Tue, 12 Dec 2023 11:27:12 +0100 Subject: [PATCH] Update version.py --- floss/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/floss/version.py b/floss/version.py index ad742cf56..8c4cd82e6 100644 --- a/floss/version.py +++ b/floss/version.py @@ -1,3 +1,3 @@ # Copyright (C) 2017 Mandiant, Inc. All Rights Reserved. # caution: this file gets overwritten when building using PyInstaller, don't add required data in here without handling -__version__ = "3.0.0" +__version__ = "3.0.1"