Skip to content

Commit

Permalink
version in project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
palumbom committed Jan 24, 2025
1 parent e336acd commit 5f939ed
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 = "EchelleCCFs"
uuid = "5d9f57b1-d7b5-417c-8d79-eedbcaad0187"
authors = ["Eric Ford"]
version = "0.2.9"
version = "0.2.10"

[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Expand Down

2 comments on commit 5f939ed

@palumbom
Copy link
Collaborator 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:

  • Bumped deps (DataFrames, NaNMath, SpecialFunctions, Julia)
  • Removed dependency on deprecated ThreadedIterables.jl package.
    • Updated methods that used the @threaded macro to use the appropriate method from the currently supported ThreadsX.jl package

Full Changelog: v0.2.9...v0.2.10

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

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.2.10 -m "<description of version>" 5f939edae7c2d61642d587188ac13592a51209a9
git push origin v0.2.10

Please sign in to comment.