diff --git a/CHANGELOG.md b/CHANGELOG.md index ef17905b6..08542f661 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## Version 0.9.1 * Fix incorrect link to documentation site by @vtnate +* Use pre-made GHA workflow to publish docs by @vtnate ## Version 0.9.0 diff --git a/pyproject.toml b/pyproject.toml index 804329c2d..3113b491e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "geojson-modelica-translator" -version = "0.9.1-rc2" +version = "0.9.1" description = "Package for converting GeoJSON to Modelica models for urban scale analyses." authors = ["URBANopt DES Team "] license = "BSD-4-Clause"