Skip to content

Commit

Permalink
add upper bound to [compat] entries
Browse files Browse the repository at this point in the history
  • Loading branch information
ellisbrown committed Jul 17, 2021
1 parent f17f138 commit 0b78e3d
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,13 +1,13 @@
name = "PiecewiseQuadratics"
uuid = "63c5698c-79a9-4248-aa10-bd2a91651b58"
authors = ["Nicholas Moehle", "Ellis Brown", "Mykel J. Kochenderfer"]
version = "0.1.0"
version = "0.1.1"

[deps]
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"

[compat]
julia = "1"
julia = "^1"

[extras]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Expand Down

2 comments on commit 0b78e3d

@ellisbrown
Copy link
Contributor 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:

add upper bound to [compat] entries

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

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.1 -m "<description of version>" 0b78e3d3fcddcef4793c98b415ea23bdd18d86ac
git push origin v0.1.1

Please sign in to comment.