Skip to content

Commit

Permalink
v0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoDiepers committed Jul 11, 2024
1 parent 72c64d5 commit 5fc69d8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v0.1.7 (2024-07-11)
* Fixed some dependencies

## v0.1.6 (2024-07-11)
* Performance improvements
* Added option to calculate the dynamic LCI directly from the timeline without expanding the technosphere matrix
Expand Down
6 changes: 3 additions & 3 deletions bw_timex/__init__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
from .dynamic_characterization import DynamicCharacterization
from .dynamic_biosphere_builder import DynamicBiosphereBuilder
from .dynamic_characterization import DynamicCharacterization
from .edge_extractor import EdgeExtractor
from .helper_classes import SetList
from .matrix_modifier import MatrixModifier
from .timeline_builder import TimelineBuilder
from .timex_lca import TimexLCA
from .helper_classes import SetList

__version__ = "0.1.6"
__version__ = "0.1.7"

0 comments on commit 5fc69d8

Please sign in to comment.