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