Skip to content

Commit

Permalink
Update Project.toml
Browse files Browse the repository at this point in the history
Update dependency version to allow for new TidierData versions and to make future versions more flexible.
  • Loading branch information
Karandeep Singh authored Aug 16, 2023
1 parent 4f93fbf commit 6f177d2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Tidier"
uuid = "f0413319-3358-4bb0-8e7c-0c83523a93bd"
authors = ["Karandeep Singh"]
version = "1.0.0"
version = "1.0.1"

[deps]
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Expand All @@ -13,11 +13,11 @@ TidierStrings = "248e6834-d0f8-40ef-8fbb-8e711d883e9c"

[compat]
Reexport = "0.2, 1"
TidierData = "0.9.2, 1"
TidierPlots = "0.1.0, 1"
TidierCats = "0.1.1, 1"
TidierDates = "0.1.0, 1"
TidierStrings = "0.1.0, 1"
TidierData = "0.10, 1"
TidierPlots = "0.1, 1"
TidierCats = "0.1.1, 0.2, 1"
TidierDates = "0.1, 1"
TidierStrings = "0.1, 1"

julia = "1.6"

Expand Down

0 comments on commit 6f177d2

Please sign in to comment.