Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bgyori committed Jul 10, 2024
1 parent 552392a commit e19b3a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion famplex/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.0.4'
__version__ = '0.0.5'

from famplex.api import *
from famplex.load import *
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[metadata]
description-file = README.md
long_description = file: README.md
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.4',
version='0.0.5',
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 e19b3a9

Please sign in to comment.