Skip to content

Commit

Permalink
fixed error message
Browse files Browse the repository at this point in the history
  • Loading branch information
markushhh authored Jan 22, 2020
1 parent 7e4e90c commit cd0a807
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
name = "YahooFinance"
uuid = "71b753c1-733f-4418-b8b2-c1bb484780f7"
authors = ["markushhh <markushhh.jl@gmail.com>"]
version = "0.2.1"

[deps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
TimeSeries = "9e3dc215-6440-5c97-bce1-76c03772f85e"

[compat]
DataFrames = " 0.19.0,0.20.0"
Dates = "1.2.0"
HTTP = "0.8.8"
JSON = "0.21.0"
TimeSeries = "0.16.1"
julia = "1"
name = "YahooFinance"
uuid = "71b753c1-733f-4418-b8b2-c1bb484780f7"
authors = ["markushhh <markushhh.jl@gmail.com>"]
version = "0.2.2"

[deps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
TimeSeries = "9e3dc215-6440-5c97-bce1-76c03772f85e"

[compat]
DataFrames = " 0.19.0,0.20.0"
Dates = "1.2.0"
HTTP = "0.8.8"
JSON = "0.21.0"
TimeSeries = "0.16.1"
julia = "1"

0 comments on commit cd0a807

Please sign in to comment.