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,