diff --git a/pyproject.toml b/pyproject.toml index fad902f7..d9b01719 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [ @@ -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'