Skip to content

Commit

Permalink
Merge pull request #117 from TidierOrg/kdpsingh-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Karandeep Singh authored Aug 16, 2023
2 parents 4f93fbf + 6f177d2 commit b77b6cf
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

2 comments on commit b77b6cf

@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.

Registration pull request created: JuliaRegistries/General/89726

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 v1.0.1 -m "<description of version>" b77b6cfdc042dab0f0a96c64c3ae69ba58f8ef23
git push origin v1.0.1

Please sign in to comment.