Skip to content

Commit

Permalink
CompatHelper: bump compat for CSV to 0.10, (keep existing compat) (#10)
Browse files Browse the repository at this point in the history
* CompatHelper: bump compat for CSV to 0.10, (keep existing compat)

* Update Project.toml

Co-authored-by: CompatHelper Julia <[email protected]>
Co-authored-by: David Widmann <[email protected]>
  • Loading branch information
3 people authored Mar 2, 2022
1 parent 9c277ea commit 8accab6
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,14 +1,14 @@
name = "PalmerPenguins"
uuid = "8b842266-38fa-440a-9b57-31493939ab85"
authors = ["David Widmann <[email protected]>"]
version = "0.1.3"
version = "0.1.4"

[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataDeps = "124859b0-ceae-595e-8997-d05f6a7a8dfe"

[compat]
CSV = "0.7.1, 0.8, 0.9"
CSV = "0.7.1, 0.8, 0.9, 0.10"
DataDeps = "0.7.2"
julia = "1"

Expand Down

2 comments on commit 8accab6

@devmotion
Copy link
Owner

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

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.1.4 -m "<description of version>" 8accab62ba3276c49895cde1bc7d593667622853
git push origin v0.1.4

Please sign in to comment.