Skip to content

Commit

Permalink
Release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano committed Dec 1, 2021
1 parent 2abe634 commit 758e867
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "Cosmology"
uuid = "76746363-e552-5dba-9a5a-cef6fa9cc5ab"
version = "1.0.0"
version = "1.0.1"

[deps]
QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
Expand All @@ -9,8 +9,8 @@ UnitfulAstro = "6112ee07-acf9-5e0f-b108-d242c714bf9f"

[compat]
QuadGK = "0.1.1, 0.2, 0.3, 2"
Unitful = "0.9, 0.10, 0.11, 0.12, 0.13, 0.14, 0.15, 0.16, 0.17, 0.18, 1.0"
UnitfulAstro = "0.1.1, 0.2, 0.3, 0.4, 1.0"
Unitful = "1.2"
UnitfulAstro = "1.1"
julia = "1"

[extras]
Expand Down

2 comments on commit 758e867

@giordano
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/49682

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 v1.0.1 -m "<description of version>" 758e86742d62c99092fe76e0f73b74a804f40d81
git push origin v1.0.1

Please sign in to comment.