Skip to content

Commit

Permalink
Version 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kouketsu committed Nov 2, 2022
1 parent 4a87def commit fe9a7cd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Project.toml
@@ -1,10 +1,9 @@
name = "GibbsSeaWater"
uuid = "9a22fb26-0b63-4589-b28e-8f9d0b5c3d05"
authors = ["Shinya Kouketsu <shinya.kouketsu@gmail.com>", "Alexander Barth <barth.alexander@gmail.com>"]
version = "0.1.1"
version = "0.1.2"

[deps]
#BinaryProvider = "b99e7846-7c00-51b0-8f62-c81ae34c0232"
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
GibbsSeaWater_jll = "6727f6b2-98ea-5d0a-8239-2f72283ddb11"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
Expand Down

2 comments on commit fe9a7cd

@kouketsu
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
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/71533

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

Please sign in to comment.