Skip to content

Commit

Permalink
0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cmutel committed May 24, 2024
1 parent 6e1c5c3 commit 09cb850
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.4.1] - 2024-05-24

* Fix [#16](https://github.com/brightway-lca/bw_graph_tools/issues/16) - Add optional `max_depth` argument to graph traversal

## [0.4] - 2024-05-24

Added the following attributes to `Node` dataclasses:
Expand Down
2 changes: 1 addition & 1 deletion bw_graph_tools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"to_normalized_adjacency_matrix",
)

__version__ = "0.4"
__version__ = "0.4.1"

from .graph_traversal import (
AssumedDiagonalGraphTraversal,
Expand Down

0 comments on commit 09cb850

Please sign in to comment.