Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit 31ac71a

Browse files
Merge pull request #108 from simonschoelly/v0.6.6-release
Create v0.6.6 release
2 parents 0d44d2f + 7258fc5 commit 31ac71a

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ os:
55
# - osx
66
julia:
77
- 1.0
8+
- 1.5
89
- nightly
910
notifications:
1011
email: false

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "MetaGraphs"
22
uuid = "626554b9-1ddb-594c-aa3c-2596fe9399a5"
3-
version = "0.6.5"
3+
version = "0.6.6"
44

55
[deps]
66
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
environment:
22
matrix:
3-
# - julia_version: 0.7
43
- julia_version: 1
4+
- julia_version: 1.5
55
- julia_version: nightly
66

77
platform:

0 commit comments

Comments
 (0)