Skip to content

Commit

Permalink
Merge pull request #19 from PALEOtoolkit/xlsx_compat
Browse files Browse the repository at this point in the history
v0.4.5 : update [compat] for XLSX.jl v0.9
  • Loading branch information
sjdaines authored Mar 10, 2023
2 parents 093272f + 3266a54 commit ab346dc
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 = "PALEOcopse"
uuid = "4a6ed817-0e58-48c6-8452-9e9afc8cb508"
authors = ["sd336 "]
version = "0.4.4"
version = "0.4.5"

[deps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Expand All @@ -27,7 +27,7 @@ Plots = "1.0"
Roots = "1.0, 2.0"
SnoopPrecompile = "1.0"
TestEnv = "1.0"
XLSX = "0.7, 0.8"
XLSX = "0.7, 0.8, 0.9"
julia = "1.6"

[extras]
Expand Down

2 comments on commit ab346dc

@sjdaines
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/79324

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.4.5 -m "<description of version>" ab346dccf6be753bd55f84c3111200cd580c1142
git push origin v0.4.5

Please sign in to comment.