Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
tobydriscoll committed Aug 6, 2024
1 parent 31f6b4e commit e8d33f1
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 = "RationalFunctionApproximation"
uuid = "c92886a3-cb30-4e18-b84f-372dde475ecc"
authors = ["Toby Driscoll <[email protected]> and contributors"]
version = "0.1.3"
version = "0.1.4"

[deps]
ComplexRegions = "c64915e2-6c82-11e9-38e9-1f159a780463"
Expand Down

2 comments on commit e8d33f1

@tobydriscoll
Copy link
Member 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:

  • Updated for v0.3 of ComplexRegions. You can now specify a different floating point precision through the domain specification, as well as by an explicit keyword argument.

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

Tagging

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.4 -m "<description of version>" e8d33f12416354e6f66a7ad22028de3690923f38
git push origin v0.1.4

Please sign in to comment.