From 1f7981bca5f9c50072ca2542a98c7a4384c03c9e Mon Sep 17 00:00:00 2001 From: mr-tz Date: Sat, 11 Nov 2023 20:15:52 +0100 Subject: [PATCH] bump version for new release v3 --- floss/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/floss/version.py b/floss/version.py index 330812393..ad742cf56 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__ = "2.3.0" +__version__ = "3.0.0"