From c0237ae0cdb9e8d891b8f3e8e8abd127b3ad0d17 Mon Sep 17 00:00:00 2001 From: moshi Date: Fri, 22 Sep 2023 21:42:29 +0900 Subject: [PATCH] Change v0.1.1 to v0.2.0 --- pyproject.toml | 2 +- src/cafeplotter/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5cbfb0f..a2615da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cafeplotter" -version = "0.1.1" +version = "0.2.0" description = "A tool for plotting CAFE5 gene family expansion/contraction result" authors = ["moshi4"] license = "MIT" diff --git a/src/cafeplotter/__init__.py b/src/cafeplotter/__init__.py index 56115b4..722af2e 100644 --- a/src/cafeplotter/__init__.py +++ b/src/cafeplotter/__init__.py @@ -3,7 +3,7 @@ from cafeplotter.cafeparser import CafeParser from cafeplotter.treeplotter import TreePlotter -__version__ = "0.1.1" +__version__ = "0.2.0" __all__ = [ "CafeParser",