Skip to content

Commit 5403cbf

Browse files
authored
Merge pull request #94 from Arkoniak/version_update
bump version
2 parents b4bb981 + a709d19 commit 5403cbf

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "MarketData"
22
uuid = "945b72a4-3b13-509d-9b46-1525bb5c06de"
33
authors = ["JuliaQuant <https://github.com/JuliaQuant>"]
4-
version = "0.14.0"
4+
version = "0.14.1"
55

66
[deps]
77
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"

src/random.jl

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
using Random
2-
3-
41
function random_cl(rng::AbstractRNG = Random.GLOBAL_RNG;
52
start = Dates.DateTime(2020, 1, 1),
63
step = Dates.Minute(1),

0 commit comments

Comments
 (0)