Skip to content

Commit

Permalink
0.9.dev33
Browse files Browse the repository at this point in the history
  • Loading branch information
cmutel committed Aug 15, 2024
1 parent 97e65a7 commit c818fc7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion bw2io/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"useeio20",
]

__version__ = "0.9.DEV32"
__version__ = "0.9.DEV33"

from .backup import (
backup_data_directory,
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -92,6 +92,7 @@ packages = [
"bw2io.extractors",
"bw2io.importers",
"bw2io.strategies",
"bw2io.strategies.sentier",
]

[tool.setuptools.dynamic]
Expand Down

0 comments on commit c818fc7

Please sign in to comment.