Skip to content

Commit

Permalink
bump up to v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mmkim1210 committed Jan 18, 2025
1 parent 9e99f29 commit 11b4fbd
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,7 +1,7 @@
name = "GeneticsMakie"
uuid = "8ca62643-82d8-47b5-a233-a06d1654fb35"
authors = ["Minsoo <mmkim1210@gmail.com> and contributors"]
version = "0.2.2"
version = "0.2.3"

[deps]
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
Expand All @@ -17,7 +17,7 @@ DataFrames = "1"
Distributions = "0.25"
Makie = "0.21"
SnpArrays = "0.3"
julia = "1.6, 1.7, 1.8, 1.9, 1.10, 1.11"
julia = "1"

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

2 comments on commit 11b4fbd

@mmkim1210
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:

No significant changes. Stay the course. Status quo. Now compatible with Julia 1.11.

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

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.3 -m "<description of version>" 11b4fbd3e5cfe589b68599c087110b55213ae1d7
git push origin v0.2.3

Please sign in to comment.