diff --git a/README.md b/README.md index 7e53f3a..efe2216 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ inside the user's `$HOME` directory, under a _Python virtual environment_. 1. Choose a base directory of your choice and run the following command: ```bash - curl -L https://github.com/dynawo/dyn-grid-compliance-verification/releases/download/v0.0.9/linux_install.sh | bash + curl -L https://github.com/dynawo/dyn-grid-compliance-verification/releases/download/v0.5.0/linux_install.sh | bash ``` This script will install the DGCV tool, together with a matching version of diff --git a/linux_install.sh b/linux_install.sh index 04dc6bb..608cbe9 100755 --- a/linux_install.sh +++ b/linux_install.sh @@ -41,7 +41,7 @@ set -o nounset -o noclobber set -o errexit -o pipefail # Configuration vars that depend on the release: -RELEASE_TAG="v0.0.10" +RELEASE_TAG="v0.5.0" DYNAWO_ZIP_FILE="Dynawo_omc_v1.7.0.zip" DYNAWO_CHECKSUM="69bec858b6b245ce4bf0b2cd38b2ac8f271c17bb" ###TODO: RESTORE THIS LINE WHEN GONE PUBLIC diff --git a/pyproject.toml b/pyproject.toml index 7e31f22..4390ec7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ build-backend = "setuptools.build_meta" [project] # Metadata: name = "dgcv" -version = "0.0.10" +version = "0.5.0" description = "A tool for automating the verification of dynamic grid compliance requirements for solar, wind, and storage farms, including RMS model validation." authors = [ {name="Guiu Oms", email="omsg@aia.es"},