Skip to content

Commit

Permalink
fixed Project.toml and update compat
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanBieler committed Jan 14, 2020
1 parent ff07b3f commit e983752
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,11 +1,11 @@
name = "HilbertSpaceFillingCurve"
uuid = "515b7ef8-bac0-55e1-a220-237e90591ccc"
version = "0.0.3"
version = "1.0.0"

[deps]
BinDeps = "9e28174c-4ba2-5203-b857-d8d62c4213ee"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
julia = "0.7.0"
julia = "0.7.0, 1.0"

2 comments on commit e983752

@jonathanBieler
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
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/7910

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 v1.0.0 -m "<description of version>" e9837525101b6b76abea0b96191717a6cc86b314
git push origin v1.0.0

Please sign in to comment.