Skip to content

Commit

Permalink
Merge pull request #42 from JuliaAstro/ml/fitsio
Browse files Browse the repository at this point in the history
  • Loading branch information
mileslucas authored Nov 10, 2022
2 parents 2ce3933 + 7050e57 commit 0e06286
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,7 +1,7 @@
name = "DustExtinction"
uuid = "fb44c06c-c62f-5397-83f5-69249e0a3c8e"
license = "MIT"
version = "0.11.0"
version = "0.11.1"

[deps]
DataDeps = "124859b0-ceae-595e-8997-d05f6a7a8dfe"
Expand All @@ -15,11 +15,11 @@ UnitfulAstro = "6112ee07-acf9-5e0f-b108-d242c714bf9f"
[compat]
DataDeps = "0.7"
Dierckx = "0.4, 0.5"
FITSIO = "0.13.0, 0.14, 0.15, 0.16.1"
FITSIO = "0.13.0, 0.14, 0.15, 0.16.1, 0.17"
Parameters = "0.12"
Unitful = "0.17.0, 1"
UnitfulAstro = "0.3.0, 0.4, 1"
julia = "1.0.0"
julia = "1.0"

[extras]
Measurements = "eff96d63-e80a-5855-80a2-b1b0885c5ab7"
Expand Down

2 comments on commit 0e06286

@mileslucas
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/72013

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.11.1 -m "<description of version>" 0e062861df69260a680c9d1c04d1076267f8148f
git push origin v0.11.1

Please sign in to comment.