From d43e8a46852c97da5344e28a975a57d7bd06bf44 Mon Sep 17 00:00:00 2001 From: LukasBarner Date: Sat, 17 Feb 2024 15:42:16 +0100 Subject: [PATCH] update version --- Project.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index d1b11b7..420b233 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "HydrOGEnMod" uuid = "8333085b-35ea-4da2-b2a2-0d4163a84b02" authors = ["Lukas Barner"] -version = "1.0.0-DEV" +version = "0.1.1-DEV" [deps] Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595" diff --git a/README.md b/README.md index 9e924a6..95faaf8 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ To install HydrOGEnMod on your system, run the following Julia code: ```julia import Pkg -Pkg.add("https://github.com/LukasBarner/HydrOGEnMod.jl") +Pkg.add(url="https://github.com/LukasBarner/HydrOGEnMod.jl") ``` Alternatively, you can also directly use the Pkg-mode from within the REPL.