Skip to content

Commit

Permalink
bugfix patch release version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Kris Brown committed Nov 6, 2024
1 parent e0732fe commit 49415e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = "AlgebraicRewriting"
uuid = "725a01d3-f174-5bbd-84e1-b9417bad95d9"
license = "MIT"
authors = ["Kris Brown <[email protected]>"]
version = "0.4.1"
version = "0.4.2"

[deps]
ACSets = "227ef7b5-1206-438b-ac65-934d6da304b8"
Expand Down
1 change: 0 additions & 1 deletion src/incremental/Algorithms.jl
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ function pull_back(f::ACSetTransformation, m::ACSetTransformation
push!(vec, only(pre))
end
comps[o] = vec
@show typeof(vec)
end
# Check that attribute variables in L are mapped consistently
# i.e. L->X' doesn't send the variable to two different values.
Expand Down

0 comments on commit 49415e2

Please sign in to comment.