Skip to content

Commit

Permalink
Merge pull request #11 from tbeason/prerelease
Browse files Browse the repository at this point in the history
Prerelease
  • Loading branch information
tbeason authored Apr 15, 2020
2 parents 215ccfa + a6ebe79 commit 30a898f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "DailyTreasuryYieldCurve"
uuid = "9f24bdcd-220e-43b5-8e6d-85812fd68fcf"
authors = ["Tyler Beason <[email protected]>"]
version = "0.1.0"
version = "0.2.0"

[deps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Expand All @@ -13,6 +13,12 @@ Missings = "e1d29d7a-bbdc-5cf2-9ac0-f12de2c33e28"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"

[compat]
DataFrames = "^0.20"
EzXML = "^1"
HTTP = "^0.8"
Interpolations = "^0.12"
Missings = "^0.4"
Reexport = "^0.2"
julia = "^1"

[extras]
Expand Down
2 changes: 1 addition & 1 deletion src/DailyTreasuryYieldCurve.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module DailyTreasuryYieldCurve
using Reexport
using EzXML
import HTTP
using Dates
@reexport using Dates
using Missings
@reexport using DataFrames
using Interpolations
Expand Down

0 comments on commit 30a898f

Please sign in to comment.