From 557550ce746b5d270a1112574d67a3b8cb4ad0c8 Mon Sep 17 00:00:00 2001 From: Ben Gyori Date: Thu, 4 Nov 2021 13:02:39 -0400 Subject: [PATCH] Bump version in setup as well --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 44ab345c9..a724bfae0 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ package_relative_path = os.path.join(relative_site_packages, 'famplex') setup(name='famplex', - version='0.0.3', + version='0.0.4', description="Resources for grounding protein complexes and families" " from text and describing their hierarchical relationships.", long_description=long_description,