Merge pull request #44 from compose-viz/dev

Update version tag
This commit is contained in:
Xyphuz 2023-01-11 01:07:13 +08:00 committed by GitHub
commit 2fa1b035c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,2 +1,2 @@
__app_name__ = "compose_viz"
__version__ = "0.2.5"
__version__ = "0.3.0"

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "compose-viz"
version = "0.2.5"
version = "0.3.0"
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"