Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
dm13450 committed Jan 2, 2021
1 parent 83d758a commit d6c81a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = "AlphaVantage"
uuid = "6348297c-a006-11e8-3a05-9bbf8830fd7b"
license = "MIT"
authors = ["Ellis Valentiner <ellisvalentiner@gmail.com>", "Dean Markwick <dean.markwick@talk21.com>"]
version = "0.2.1"
version = "0.2.2"

[deps]
ArgCheck = "dce04be8-c92d-5529-be00-80e4d2c0e197"
Expand Down
1 change: 1 addition & 0 deletions test/fundamental_values_test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ for val in vals
end
end
end
sleep(TEST_SLEEP_TIME + 2*rand()) #as to not overload the API
end

end

0 comments on commit d6c81a8

Please sign in to comment.