Skip to content

Commit 2f075b1

Browse files
Merge pull request #122 from simonschoelly/create-version-0.4.3
Create version 0.4.3
2 parents 692e6e1 + 36a466b commit 2f075b1

File tree

3 files changed

+4
-9
lines changed

3 files changed

+4
-9
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ os:
33
- linux
44
- osx
55
julia:
6-
- 1.0
6+
- 1.3
7+
- 1.5
78
- nightly
89

910
matrix:

Project.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "GraphPlot"
22
uuid = "a2cc645c-3eea-5389-862e-a155d0052231"
33
authors = ["JuliaGraphs"]
4-
version = "0.4.2"
4+
version = "0.4.3"
55

66
[deps]
77
ArnoldiMethod = "ec485272-7323-5ecc-a04f-4719b315124d"
@@ -21,7 +21,7 @@ Colors = "0.11, 0.12"
2121
Compose = "0.7, 0.8"
2222
LightGraphs = "1.1"
2323
VisualRegressionTests = "0.2, 0.3"
24-
julia = "1"
24+
julia = "1.3"
2525

2626
[extras]
2727
Cairo = "159f3aea-2a34-519c-b102-8c37f9878175"

REQUIRE

-6
This file was deleted.

0 commit comments

Comments
 (0)