From 1702a7fb3b8c701275aad953d0e7de3871b59a7b Mon Sep 17 00:00:00 2001 From: Chris Mutel Date: Thu, 7 Dec 2023 10:28:35 +0100 Subject: [PATCH] 0.9.4 release --- CHANGES.md | 4 ++++ constructive_geometries/__init__.py | 8 +++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index a833af3..a123a50 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # Changelog +## 0.9.4 (2023-11-27) + +* Fix broken release 0.9.3 + ## 0.9.3 (2023-11-27) * Compatiblity with ecoinvent 3.10 final diff --git a/constructive_geometries/__init__.py b/constructive_geometries/__init__.py index f34e4f9..e6cfc6b 100644 --- a/constructive_geometries/__init__.py +++ b/constructive_geometries/__init__.py @@ -1,4 +1,10 @@ -__version__ = "0.9.3" +__all__ = ( + "ConstructiveGeometries", + "Geomatcher", + "resolved_row", +) + +__version__ = "0.9.4" from .cg import ConstructiveGeometries