Skip to content

Commit

Permalink
bump ClapeyroHANNA version
Browse files Browse the repository at this point in the history
  • Loading branch information
longemen3000 committed Dec 16, 2024
1 parent 6d84037 commit 1ff747f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ClapeyronHANNA/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ClapeyronHANNA"
uuid = "3f3167c7-7596-4199-a8f8-b0e6cfdc2746"
authors = ["Sebastian Schmitt <[email protected]>"]
version = "1.0.0"
version = "1.1.0"

[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Expand All @@ -14,7 +14,7 @@ Transformers = "21ca0261-441d-5938-ace7-c90938fde4d4"

[compat]
CSV = "0.10"
Clapeyron = "^0.6.3"
Clapeyron = "^0.6.6"
Flux = "0.14 - 0.14.22"
JLD2 = "0.5"
JSON3 = "1.14.1"
Expand Down

4 comments on commit 1ff747f

@longemen3000
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register subdir=lib/ClapeyronHANNA

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

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

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 ClapeyronHANNA-v1.1.0 -m "<description of version>" 1ff747f23c3019e32eb2307aa590841a7839fa8a
git push origin ClapeyronHANNA-v1.1.0

@longemen3000
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register subdir=lib/ClapeyronHANNA

@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 updated: JuliaRegistries/General/121518

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

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 ClapeyronHANNA-v1.1.0 -m "<description of version>" 1ff747f23c3019e32eb2307aa590841a7839fa8a
git push origin ClapeyronHANNA-v1.1.0

Please sign in to comment.