diff --git a/Project.toml b/Project.toml index ce771be..39b63b6 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ScrapeSEC" uuid = "856806e7-be2f-4540-8165-3a51303b7af0" authors = ["tylerjthomas9 "] -version = "1.0.0" +version = "1.0.1" [deps] CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b" diff --git a/src/download_filings.jl b/src/download_filings.jl index 6c224c5..bdc3488 100644 --- a/src/download_filings.jl +++ b/src/download_filings.jl @@ -231,7 +231,7 @@ function download_filings( running_tests=false::Bool, clean_text::Function=_pass_text, ) - current_date = Dates.now() + current_date = Dates.now() - Dates.Day(1) #https://github.com/tylerjthomas9/ScrapeSEC.jl/issues/24 current_year = Dates.year(current_date) current_quarter = Dates.quarterofyear(current_date)