Skip to content

Commit

Permalink
Merge pull request #72 from jannittayao/main
Browse files Browse the repository at this point in the history
bump ver to 0.8.3
  • Loading branch information
jannittayao authored Jan 8, 2025
2 parents 62701a1 + c313467 commit 27ef724
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "StatGeochem"
uuid = "df4de05a-b714-11e8-3c2a-c30fb13e804c"
authors = ["C. Brenhin Keller <[email protected]>"]
version = "0.8.2"
version = "0.8.3"

[deps]
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
Expand All @@ -22,9 +22,6 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
StatGeochemBase = "61e559cd-58b4-4257-8528-26bb26ff2b9a"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

[weakdeps]
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"

[extensions]
StatGeochemPlotsExt = "Plots"

Expand Down

2 comments on commit 27ef724

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

  • Update perplex-datafiles to be compatible with Perple_X_jll 7.1.9

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

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.8.3 -m "<description of version>" 27ef724c8f6d89948a2a3a2686ea4f03f8f98ca6
git push origin v0.8.3

Please sign in to comment.