Skip to content

Commit

Permalink
Apparently I had not released version 0.6.3 so went back to that one,…
Browse files Browse the repository at this point in the history
… also added compat entry for Requires
  • Loading branch information
robertfeldt committed Dec 20, 2023
1 parent af80b3e commit bf1d644
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "BlackBoxOptim"
uuid = "a134a8b2-14d6-55f6-9291-3336d3ab0209"
version = "0.6.4"
version = "0.6.3"

[deps]
CPUTime = "a9c8d775-2e2e-55fc-8582-045d282d599e"
Expand Down Expand Up @@ -31,6 +31,7 @@ JSON = "0.21"
SpatialIndexing = "0.1.0"
StatsBase = "0.33, 0.34"
julia = "1.3.0"
Requires = "1"

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

2 comments on commit bf1d644

@robertfeldt
Copy link
Owner 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:

  • Minor bug fixes

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

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.6.3 -m "<description of version>" bf1d644cc039b5a8fc3231316badccd8e4df4ecf
git push origin v0.6.3

Please sign in to comment.