Skip to content

Commit

Permalink
Fix CSV version (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
logankilpatrick committed May 13, 2022
1 parent 4ac8699 commit 10e9610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Expand Up @@ -13,7 +13,7 @@ DataFrames = "1"
JSON = "^0.21.0"
OAuth = "1"
julia = "^1.6"
CSV = "1"
CSV = "^0.10.0"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

2 comments on commit 10e9610

@randyzwitch
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 updated: JuliaRegistries/General/60103

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.9.0 -m "<description of version>" 10e9610fd25a1ca1392acc81e088b48871feccc6
git push origin v0.9.0

Please sign in to comment.