From 9814013bb15a8d007472294363f7e57d40812b8f Mon Sep 17 00:00:00 2001 From: wnagleiofficial <798306069@qq.com> Date: Mon, 3 Jul 2023 21:32:39 +0800 Subject: [PATCH] fix version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2462469..1cd9a2d 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ long_description = fh.read() setup(name='ProtFlash', - version='0.1.0', + version='0.1.1', description='protein language model', long_description=long_description, long_description_content_type="text/markdown",