Skip to content

Commit

Permalink
Update Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
alecloudenback authored Oct 12, 2022
1 parent aaa4d8c commit 1a7e448
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 = "Yields"
uuid = "d7e99b2f-e7f3-4d9e-9f01-2338fc023ad3"
authors = ["Alec Loudenback <[email protected]> and contributors"]
version = "3.3.1"
version = "3.4.0"

[deps]
BSplineKit = "093aae92-e908-43d7-9660-e50ee39d5a0a"
Expand Down

2 comments on commit 1a7e448

@alecloudenback
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

Improved precompilation -> ~18% faster time-to-first-curve

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

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 v3.4.0 -m "<description of version>" 1a7e448610d6575d840db30ff87557f9ec63a4a2
git push origin v3.4.0

Please sign in to comment.