Skip to content

Commit

Permalink
prepare v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosmc committed Oct 11, 2024
1 parent d0cb2c6 commit 97dcb39
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion linux_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]"},
Expand Down

0 comments on commit 97dcb39

Please sign in to comment.