Skip to content

Commit

Permalink
Merge pull request #352 from NREL/0.3.0-version
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewSteen authored Sep 20, 2024
2 parents 849e672 + fb17085 commit 124cac3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "BuildingMOTIF"
version = "0.2.0-beta"
version = "0.3.0"
description = "Building Metadata OnTology Interoperability Framework"
license = "LICENSE"
authors = [
Expand All @@ -13,7 +13,7 @@ authors = [
]
readme = "docs/README.md"
repository = "https://github.com/NREL/BuildingMOTIF"
documentation = "https://nrel.github.io/BuildingMOTIF"
documentation = "https://buildingmotif.readthedocs.io/"

[tool.poetry.scripts]
buildingmotif = 'buildingmotif.bin.cli:app'
Expand Down

0 comments on commit 124cac3

Please sign in to comment.