We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0be66a1 commit c9307f4Copy full SHA for c9307f4
.travis.yml
@@ -5,8 +5,7 @@ os:
5
- osx
6
julia:
7
- 1.0
8
- - 1.1
9
- - 1.2
+ - 1.3
10
- nightly
11
matrix:
12
allow_failures:
Project.toml
@@ -1,7 +1,7 @@
1
name = "UnitfulAstro"
2
uuid = "6112ee07-acf9-5e0f-b108-d242c714bf9f"
3
license = "MIT"
4
-version = "0.4.0"
+version = "1.0.0"
[deps]
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
appveyor.yml
@@ -1,8 +1,7 @@
environment:
- julia_version: 1.0
- - julia_version: 1.1
- - julia_version: 1.2
+ - julia_version: 1.3
- julia_version: nightly
platform:
0 commit comments