Skip to content

Commit

Permalink
Merge pull request #36 from tbeason/compat1
Browse files Browse the repository at this point in the history
Update Project.toml
  • Loading branch information
tbeason authored Sep 9, 2021
2 parents 10eeba9 + a048a3e commit b524cc4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "FamaFrenchData"
uuid = "bd2a388e-9788-4ef7-9fc3-f4c919ffde82"
authors = ["Tyler Beason <tbeas12@gmail.com>"]
version = "0.4.0"
version = "0.4.1"

[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Expand All @@ -11,8 +11,9 @@ Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
ZipFile = "a5390f91-8eb1-5f08-bee0-b1d1ffed6cea"

[compat]
CSV = "^0.7.6, 0.8"
CSV = "^0.7.6, 0.8, 0.9"
DataFrames = "0.19.4, 0.20, 0.21, 0.22, 1"
Downloads = "1.4, 1.5"
ZipFile = "0.8.4, 0.9"
julia = "^1.3"

Expand Down

2 comments on commit b524cc4

@tbeason
Copy link
Owner Author

@tbeason tbeason commented on b524cc4 Sep 9, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release notes:

compat with CSV 0.9

@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/44561

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.4.1 -m "<description of version>" b524cc4b13ca506c8b2f6e7007a0c2c713f15bd1
git push origin v0.4.1

Please sign in to comment.