From e79b52d809c0b2bd22b0ee0aef84a30338d69016 Mon Sep 17 00:00:00 2001 From: Xyphuz Date: Thu, 9 Jun 2022 14:00:07 +0800 Subject: [PATCH] chore: update version number --- compose_viz/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compose_viz/__init__.py b/compose_viz/__init__.py index fb06d58..90a6418 100644 --- a/compose_viz/__init__.py +++ b/compose_viz/__init__.py @@ -1,2 +1,2 @@ __app_name__ = "compose_viz" -__version__ = "0.2.2" +__version__ = "0.2.3" diff --git a/pyproject.toml b/pyproject.toml index 63fe1f6..65cbf7b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "compose-viz" -version = "0.2.2" +version = "0.2.3" description = "A compose file visualization tool that supports compose-spec and allows you to gernerate graph in several formats." authors = ["Xyphuz Wu "] readme = "README.md"