Skip to content

Commit 17e4b5d

Browse files
committed
Bump v0.9.8
1 parent 669c031 commit 17e4b5d

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
[build-system]
2+
requires = ["poetry-core>=1.0.0"]
3+
build-backend = "poetry.core.masonry.api"
4+
15
[project]
26
name = "terravision"
3-
version = "0.9.7"
7+
version = "0.9.8"
48
description = "Terraform Architecture Visualizer"
59
readme = "README.md"
610
authors = [{ name = "Patrick Chugh", email = "terravisionapp@gmail.com" }]
@@ -26,7 +30,7 @@ terravision = "terravision:main"
2630

2731
[tool.poetry]
2832
name = "terravision"
29-
version = "0.9.7"
33+
version = "0.9.8"
3034
description = "Terraform Architecture Visualizer"
3135
authors = ["Patrick Chugh <terravisionapp@gmail.com>"]
3236
license = "AGPL-3.0-only"

0 commit comments

Comments
 (0)