Skip to content

Commit

Permalink
updated to UnitSystems v0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chakravala committed May 30, 2021
1 parent 97db7ce commit 1234ac6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ environment:
- julia_version: 1.3
- julia_version: 1.4
- julia_version: 1.5
- julia_version: 1.6
- julia_version: nightly

platform:
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ julia:
- 1.3
- 1.4
- 1.5
- 1.6
- nightly
matrix:
allow_failures:
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Geophysics"
uuid = "74efdf00-b554-44e1-bd21-abb9281d951c"
authors = ["Michael Reed"]
version = "0.3.3"
version = "0.3.4"

[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand All @@ -11,7 +11,7 @@ UnitSystems = "3a241a3c-2137-41aa-af5e-1388e404ca09"
[compat]
julia = "1"
AbstractTensors = "0.6"
UnitSystems = "0.2"
UnitSystems = "0.2,0.3"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

0 comments on commit 1234ac6

Please sign in to comment.