Skip to content

Commit

Permalink
Support Unitful 1 (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
timholy authored Feb 9, 2020
1 parent be618bf commit 9202ea1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "NRRD"
uuid = "9bb6cfbd-7763-5393-b1b5-1c8e09872146"
authors = ["Tim Holy <tim.holy@gmail.com>"]
version = "0.6.0"
version = "0.6.1"

[deps]
AxisArrays = "39de3d68-74b9-583c-8d2d-e117c070f3a9"
Expand All @@ -27,7 +27,7 @@ Libz = "1"
MappedArrays = "0.2"
Quaternions = "0.4"
StaticArrays = "0.11, 0.12"
Unitful = "0.14, 0.15, 0.16, 0.17, 0.18"
Unitful = "0.14, 0.15, 0.16, 0.17, 0.18, 1"
julia = "1"

[extras]
Expand Down

2 comments on commit 9202ea1

@timholy
Copy link
Member Author

@timholy timholy commented on 9202ea1 Feb 9, 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/9177

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.6.1 -m "<description of version>" 9202ea1d01c69413104e2e7328f2cbaca06f5ee2
git push origin v0.6.1

Please sign in to comment.