From c818fc7abca493fe1f55a9a56a8ea82e7da18d8b Mon Sep 17 00:00:00 2001 From: Chris Mutel Date: Thu, 15 Aug 2024 17:10:04 +0200 Subject: [PATCH] 0.9.dev33 --- CHANGES.md | 4 ++++ bw2io/__init__.py | 2 +- pyproject.toml | 3 ++- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 84e7b22..a4a471d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # `bw2io` Changelog +### 0.9.DEV33 (2024-08-15) + +* Packaging fix + ### 0.9.DEV32 (2024-08-15) * Add `SimaProUnitConverter` which uses `https://vocab.sentier.dev/` for unit conversion and harmonization diff --git a/bw2io/__init__.py b/bw2io/__init__.py index 584e246..8baa4dc 100644 --- a/bw2io/__init__.py +++ b/bw2io/__init__.py @@ -48,7 +48,7 @@ "useeio20", ] -__version__ = "0.9.DEV32" +__version__ = "0.9.DEV33" from .backup import ( backup_data_directory, diff --git a/pyproject.toml b/pyproject.toml index fc00b2e..77081c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ classifiers = [ requires-python = ">=3.9" dependencies = [ "bw2calc>=2.0.dev14", - "bw2data>=4.0.dev27", + "bw2data>=4.0.dev47", "bw2parameters>=1.1.0", "bw_migrations>=0.2", "bw_processing>=0.8.5", @@ -92,6 +92,7 @@ packages = [ "bw2io.extractors", "bw2io.importers", "bw2io.strategies", + "bw2io.strategies.sentier", ] [tool.setuptools.dynamic]