commit 1ee7066dfb9b07d5f0bde0428980ba88bbb7537e
parent 4425c933e99620b143718a9ec319dbf5112099bf
Author: Erik Loualiche <[email protected]>
Date: Sat, 24 May 2025 12:18:48 -0500
bump and readme adjustment to new org
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Project.toml b/Project.toml
@@ -1,7 +1,7 @@
name = "FinanceRoutines"
uuid = "2e4c0fa2-b49b-4c8f-9592-485f04b9fc03"
authors = ["Erik Loualiche <[email protected]>"]
-version = "0.4.1"
+version = "0.4.2"
[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
diff --git a/README.md b/README.md
@@ -21,7 +21,7 @@ You can install it from github via
```julia
import Pkg
-Pkg.add(url="https://github.com/eloualiche/FinanceRoutines.jl")
+Pkg.add(url="https://github.com/louloulibs/FinanceRoutines.jl")
```
## Examples