chore: update version number

This commit is contained in:
Xyphuz 2022-05-26 09:58:10 +08:00
parent cac5adae7e
commit 5da9d9025a
2 changed files with 2 additions and 2 deletions

View file

@ -1,2 +1,2 @@
__app_name__ = "compose_viz"
__version__ = "0.1.0"
__version__ = "0.1.1"

View file

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