chore: update versiono tag

This commit is contained in:
Xyphuz 2024-04-28 00:45:24 +08:00
parent c3423f8aac
commit 0ffcc16b61
2 changed files with 2 additions and 2 deletions

View file

@ -1,2 +1,2 @@
__app_name__ = "compose_viz"
__version__ = "0.3.1"
__version__ = "0.3.2"

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "compose-viz"
version = "0.3.1"
version = "0.3.2"
description = "A compose file visualization tool that supports compose-spec and allows you to gernerate graph in several formats."
authors = ["Xyphuz Wu <xyphuzwu@gmail.com>"]
readme = "README.md"