From 5d02dd1c07618446bbf4c03405ce9a655bd6b392 Mon Sep 17 00:00:00 2001 From: steppi Date: Fri, 2 Oct 2020 15:11:39 -0400 Subject: [PATCH] Bump version to 0.0.3 --- famplex/__init__.py | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/famplex/__init__.py b/famplex/__init__.py index 088094be6..c51c3b15c 100644 --- a/famplex/__init__.py +++ b/famplex/__init__.py @@ -1,2 +1,4 @@ +__version__ = '0.0.3' + from famplex.api import * from famplex.load import * diff --git a/setup.py b/setup.py index ee6c13b6d..b3902978d 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.2', + version='0.0.3', description="Resources for grounding protein complexes and families" " from text and describing their hierarchical relationships.", long_description=long_description,