Skip to content

Commit

Permalink
Merge #54
Browse files Browse the repository at this point in the history
54: Tag version 0.7.0 r=sriharshakandala a=sriharshakandala



Co-authored-by: sriharshakandala <sriharsha.kvs@gmail.com>
  • Loading branch information
bors[bot] and sriharshakandala authored Nov 1, 2023
2 parents 5dc86a7 + 1e3c5be commit 158fea2
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 = "Insolation"
uuid = "e98cc03f-d57e-4e3c-b70c-8d51efe9e0d8"
authors = ["Climate Modeling Alliance"]
version = "0.6.0"
version = "0.7.0"

[deps]
Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
Expand All @@ -11,4 +11,4 @@ Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"

[compat]
Interpolations = "0.13, 0.14"
julia = "1.7, 1.8"
julia = "1.7, 1.8, 1.9"

2 comments on commit 158fea2

@sriharshakandala
Copy link
Member

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/94608

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.7.0 -m "<description of version>" 158fea2cb5d58b03c03984afc7a2557c9b6eaf77
git push origin v0.7.0

Please sign in to comment.