Skip to content

Commit

Permalink
Update Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Karandeep Singh authored Nov 18, 2023
1 parent 8aa010a commit 2893a76
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 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.1"
version = "1.1.0"

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

[compat]
Reexport = "0.2, 1"
TidierData = "0.10, 1"
TidierPlots = "0.5.2, 1"
TidierCats = "0.1.1, 0.2, 1"
TidierDates = "0.1, 1"
TidierStrings = "0.1, 1"
TidierData = "0.13, 1"
TidierPlots = "0.5, 1"
TidierCats = "0.1, 1"
TidierDates = "0.2, 1"
TidierStrings = "0.2, 1"
TidierVest = "0.4, 1"

julia = "1.6"

Expand Down

2 comments on commit 2893a76

@kdpsingh
Copy link
Member

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.

Error while trying to register: Following packages are mentioned in [compat] but not found in [deps] or [extras]:
TidierVest

Please sign in to comment.