Skip to content

Commit

Permalink
Bump version to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
steppi committed Oct 2, 2020
1 parent 885fc73 commit 5d02dd1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions famplex/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
__version__ = '0.0.3'

from famplex.api import *
from famplex.load import *
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 5d02dd1

Please sign in to comment.