Skip to content

Commit

Permalink
Merge pull request #17 from invenia/mjr/fix-compat
Browse files Browse the repository at this point in the history
Fix Unitful compat
  • Loading branch information
mjram0s authored Apr 5, 2021
2 parents 420f3a9 + be3b82b commit 84b0c24
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
Expand Up @@ -2,15 +2,15 @@ name = "PowerSystemsUnits"
uuid = "c279aad7-7dc9-58d3-995b-109d3f5deb94"
license = "MIT"
author = "Invenia Technical Computing"
version = "0.2.0"
version = "0.2.1"

[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"

[compat]
Unitful = "0.15, 1.6"
Unitful = "0.15, ~1.6"
julia = "~1.0.4, 1.1.1"

[extras]
Expand Down

2 comments on commit 84b0c24

@iamed2
Copy link
Member

@iamed2 iamed2 commented on 84b0c24 Nov 8, 2022

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/71862

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 the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.2.1 -m "<description of version>" 84b0c24fc76db008f68a9139e3e3ea431e8f5091
git push origin v0.2.1

Please sign in to comment.