Skip to content

Commit 29057a2

Browse files
committed
v0.3.8
1 parent f58788e commit 29057a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name = "MultivariatePolynomials"
22
uuid = "102ac46a-7ee4-5c85-9060-abc95bfdeaa3"
33
license = "MIT"
44
repo = "https://github.com/JuliaAlgebra/MultivariatePolynomials.jl"
5-
version = "0.3.7"
5+
version = "0.3.8"
66

77
[deps]
88
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"

test/commutativetests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include("mutable_arithmetics.jl")
1+
include("mutable_arithmetics.jl")
22

33
include("zip.jl")
44
include("variable.jl")

0 commit comments

Comments
 (0)