Skip to content

Commit

Permalink
added julia compat entry
Browse files Browse the repository at this point in the history
  • Loading branch information
grnydawn committed Jul 21, 2023
1 parent 0c062c3 commit 2109f22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"

[compat]
julia = "1"
DataStructures = "0.18"
OffsetArrays = "1.12"
Pidfile = "1.3"
Expand Down

2 comments on commit 2109f22

@grnydawn
Copy link
Owner Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Release notes:

refactored for inter-operability

version 0.1.11

@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 updated: JuliaRegistries/General/86862

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.1.11 -m "<description of version>" 2109f22900637759b462ba7597901aadd418071d
git push origin v0.1.11

Please sign in to comment.