From a15e293db50a8a804b37e709d92d7d274b769f97 Mon Sep 17 00:00:00 2001 From: jgunstone Date: Fri, 1 Mar 2024 10:18:18 +0000 Subject: [PATCH] update license and version --- src/bsdd/__about__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/bsdd/__about__.py b/src/bsdd/__about__.py index d957c2e840..47782d2864 100644 --- a/src/bsdd/__about__.py +++ b/src/bsdd/__about__.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2024-present jgunstone +# SPDX-FileCopyrightText: 2024-present IfcOpenShell Developers # -# SPDX-License-Identifier: MIT -__version__ = "0.7.0" +# SPDX-License-Identifier: LGPL-3.0-or-later +__version__ = "0.1.0"