Skip to content

Commit

Permalink
Revert version to 0.2.0 since that was never registered
Browse files Browse the repository at this point in the history
Also, remove dependency on StaticNumbers, that was left in by mistake.
  • Loading branch information
perrutquist committed Jun 24, 2020
1 parent 0280d13 commit b3e62f0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
name = "Zeros"
uuid = "bd1ec220-6eb4-527a-9b49-e79c3db6233b"
authors = ["Per Rutquist <[email protected]>"]
version = "0.3.0"
version = "0.2.0"

[compat]
julia = "1.0"

[deps]
StaticNumbers = "c5e4b96a-f99f-5557-8ed2-dc63ef9b5131"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

2 comments on commit b3e62f0

@perrutquist
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()

@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/16857

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.0 -m "<description of version>" b3e62f084bd10d4f978534e1211437f0942bf624
git push origin v0.2.0

Please sign in to comment.