Skip to content

Commit b01cfa5

Browse files
committed
v0.5.0
1 parent cad9b69 commit b01cfa5

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@ jobs:
4242
${{ runner.os }}-test-${{ env.cache-name }}-
4343
${{ runner.os }}-test-
4444
${{ runner.os }}-
45-
- name: MP#master
46-
shell: julia --project=@. {0}
47-
run: |
48-
using Pkg
49-
Pkg.add(PackageSpec(name="MultivariatePolynomials", rev="master"))
5045
- uses: julia-actions/julia-buildpkg@v1
5146
- uses: julia-actions/julia-runtest@v1
5247
with:

Project.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "DynamicPolynomials"
22
uuid = "7c1d4256-1411-5781-91ec-d7bc3513ac07"
33
repo = "https://github.com/JuliaAlgebra/DynamicPolynomials.jl.git"
4-
version = "0.4.5"
4+
version = "0.5.0"
55

66
[deps]
77
Future = "9fa8497b-333b-5362-9e8d-4d0656e87820"
@@ -13,9 +13,9 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
1313
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1414

1515
[compat]
16-
MultivariatePolynomials = "0.4.1"
17-
MutableArithmetics = "0.3, 1"
18-
Reexport = "0.2, 1.0"
16+
MultivariatePolynomials = "0.5"
17+
MutableArithmetics = "1"
18+
Reexport = "1"
1919
julia = "1"
2020

2121
[extras]

0 commit comments

Comments
 (0)