Skip to content

Commit

Permalink
Update dep
Browse files Browse the repository at this point in the history
  • Loading branch information
iblislin committed Mar 18, 2021
1 parent c078b6f commit ddca068
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MarketData"
uuid = "945b72a4-3b13-509d-9b46-1525bb5c06de"
authors = ["JuliaQuant <https://github.com/JuliaQuant>"]
version = "0.13.4"
version = "0.13.5"

[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Expand All @@ -15,7 +15,7 @@ TimeSeries = "9e3dc215-6440-5c97-bce1-76c03772f85e"
CSV = "0.7, 0.8"
HTTP = "0.8, 0.9"
Reexport = "0.2, 1.0"
TimeSeries = "0.17, 0.18, 0.19, 0.20"
TimeSeries = "0.17, 0.18, 0.19, 0.20, 0.21"
julia = "1"

[extras]
Expand Down

2 comments on commit ddca068

@iblislin
Copy link
Member Author

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/32255

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

Please sign in to comment.