Skip to content

Commit dc626ea

Browse files
authored
Merge pull request #113 from JuliaAlgebra/new-pkg
Switch to Project.toml + bump version
2 parents ff8fcfe + a06c9ca commit dc626ea

File tree

5 files changed

+22
-5
lines changed

5 files changed

+22
-5
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
*.jl.cov
22
*.jl.*.cov
33
*.jl.mem
4+
Manifest.toml

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ language: julia
33
os:
44
- linux
55
julia:
6-
- 0.7
76
- 1.0
7+
- 1.1
88
- nightly
99

1010
matrix:

Project.toml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name = "MultivariatePolynomials"
2+
uuid = "102ac46a-7ee4-5c85-9060-abc95bfdeaa3"
3+
license = "MIT"
4+
repo = "https://github.com/JuliaAlgebra/MultivariatePolynomials.jl"
5+
version = "0.2.9"
6+
7+
[deps]
8+
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
9+
10+
[compat]
11+
julia = "1"
12+
13+
[extras]
14+
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
15+
DynamicPolynomials = "7c1d4256-1411-5781-91ec-d7bc3513ac07"
16+
TypedPolynomials = "afbbf031-7a57-5f58-a1b9-b774a0fad08d"
17+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
18+
19+
[targets]
20+
test = ["BenchmarkTools", "DynamicPolynomials", "Test", "TypedPolynomials"]

REQUIRE

Lines changed: 0 additions & 1 deletion
This file was deleted.

test/REQUIRE

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)