Skip to content

Commit be678a3

Browse files
CompatHelper: bump compat for "CSV" to "0.8" (#3)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: David Widmann <[email protected]>
1 parent 838e25a commit be678a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name = "PalmerPenguins"
22
uuid = "8b842266-38fa-440a-9b57-31493939ab85"
33
authors = ["David Widmann <[email protected]>"]
4-
version = "0.1.1"
4+
version = "0.1.2"
55

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

1010
[compat]
11-
CSV = "0.7.1"
11+
CSV = "0.7.1, 0.8"
1212
DataDeps = "0.7.2"
1313
julia = "1"
1414

0 commit comments

Comments
 (0)