Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
scheidan committed Apr 29, 2024
1 parent d617869 commit 3c052cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Santiago"
uuid = "4c14ae50-faa6-54c0-b22f-5cc2de459edf"
authors = ["Andreas Scheidegger <andreas.scheidegger@eawag.ch>", "Dorothee Spuhler <dorothee.spuhler@eawag.ch>"]
version = "0.10.1"
version = "0.10.2"

[deps]
Clustering = "aaaa29a8-35af-508c-8bc3-b662a17a0fe5"
Expand Down Expand Up @@ -40,4 +40,4 @@ QuadGK = "^2.4.0"
Reexport = "^0.2.0, 1.0"
StatsBase = "^0.33.0, 0.34"
StructTypes = "^1.1.0"
julia = "^1.4"
julia = "^1.6"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Spuhler, D., Scheidegger, A., Maurer, M., 2021. Ex-ante quantification of nutrie

# Installation

1. Install [Julia](https://julialang.org/) version >= 1.4.
1. Install [Julia](https://julialang.org/) version >= 1.6.

2. Install the `Santiago` package from the Julia prompt:
```Julia
Expand Down

2 comments on commit 3c052cf

@scheidan
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
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/105812

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 v0.10.2 -m "<description of version>" 3c052cf4c6c3b999619fa1263d222f8dd458f372
git push origin v0.10.2

Please sign in to comment.