Skip to content

Commit

Permalink
update pyproject.toml for release
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewSteen committed Sep 20, 2024
1 parent 849e672 commit fb17085
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 fb17085

Please sign in to comment.