Skip to content

Commit

Permalink
Bump to v0.3.0 for julia 1.5+ support
Browse files Browse the repository at this point in the history
  • Loading branch information
NHDaly committed Oct 6, 2020
1 parent 02e3cc4 commit 3c4ba75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "LookingGlass"
uuid = "1fcbbee2-b350-4a01-aad8-439064dba09e"
authors = ["Nathan Daly"]
version = "0.2.0"
version = "0.3.0"

[deps]
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
Expand Down

4 comments on commit 3c4ba75

@NHDaly
Copy link
Owner Author

@NHDaly NHDaly commented on 3c4ba75 Oct 6, 2020

Choose a reason for hiding this comment

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

@JuliaRegistrator release()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

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

Error while trying to register: Action not recognized: release

@NHDaly
Copy link
Owner Author

@NHDaly NHDaly commented on 3c4ba75 Oct 6, 2020

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

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.3.0 -m "<description of version>" 3c4ba75b517806a9357b997ab28b92d3773b57c9
git push origin v0.3.0

Please sign in to comment.