Skip to content

Commit

Permalink
Update Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Balinus authored Feb 6, 2020
1 parent 6ea5e9b commit 1ba2216
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ version = "0.2.0"
AxisArrays = "39de3d68-74b9-583c-8d2d-e117c070f3a9"
BinDeps = "9e28174c-4ba2-5203-b857-d8d62c4213ee"
ClimateBase = "35604d93-0fb8-4872-9436-495b01d137e2"
ClimateTools = "4f4ee721-4970-5af2-8560-6c1d960e3231"
Conda = "8f4d0f93-b110-5947-807f-2305c1781a2d"
CondaBinDeps = "a9693cdc-2bc8-5703-a9cd-1da358117377"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Expand All @@ -23,6 +24,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
AxisArrays = "0.3, 0.4"
BinDeps = "0.4, 0.5, 0.6, 0.7, 0.8, 1.0"
ClimateBase = "0.1, 0.2"
ClimateTools = "0.16, 0.17, 0.18"
Conda = "1"
CondaBinDeps = "0.1, 0.2"
NetCDF = "0.8"
Expand All @@ -34,7 +36,7 @@ julia = "1.3"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
ClimateTools = "4f4ee721-4970-5af2-8560-6c1d960e3231"


[targets]
test = ["ClimateTools", "Test"]
test = ["Test"]

2 comments on commit 1ba2216

@Balinus
Copy link
Member Author

@Balinus Balinus commented on 1ba2216 Feb 6, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/8956

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.2.0 -m "<description of version>" 1ba2216c2ebadb591ebb79274e69fd81f6f7ea06
git push origin v0.2.0

Please sign in to comment.