From a390007e79836e2aca0f7f14cb63c70952f4ca5d Mon Sep 17 00:00:00 2001 From: "Chun Kei (Tom) Lam" Date: Fri, 28 Jul 2023 18:31:22 +0200 Subject: [PATCH] change version to 0.2.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 17a7195..6676ca8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kperm" -version = "0.1.1" +version = "0.2.0" description = "Toolkit for Analysis of Permeation Cycles in Potassium Channels" authors = ["Chun Kei (Tom) Lam "] license = "GPL-3.0"