From 92c9f3cfbdf0cafe1c9cd68c4b62664f4ce8b18a Mon Sep 17 00:00:00 2001 From: juliusw Date: Tue, 9 Jan 2024 10:27:18 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.2=20=E2=86=92=200.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d044262..820968a 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name="bad-phylo", - version="0.0.2", + version="0.1.0", packages=find_packages(), entry_points={ 'console_scripts': ['bad = app.__main__:main']