From e2bd9d9958b89d8605a20eacc3ca3c4f57aaa68d Mon Sep 17 00:00:00 2001 From: haotian Date: Thu, 24 Aug 2023 18:00:15 -0400 Subject: [PATCH] :bookmark: bump up to 0.1.3 in toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e4406063..86bafc33 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "scGPT" -version = "0.1.2.post1" +version = "0.1.3" description = "Large-scale generative pretrain of single cell using transformer." license = "MIT" authors = ["Haotian "]