Skip to content

Commit e19b3a9

Browse files
committed
Bump version
1 parent 552392a commit e19b3a9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

famplex/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '0.0.4'
1+
__version__ = '0.0.5'
22

33
from famplex.api import *
44
from famplex.load import *

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[metadata]
2-
description-file = README.md
2+
long_description = file: README.md

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
package_relative_path = os.path.join(relative_site_packages,
1515
'famplex')
1616
setup(name='famplex',
17-
version='0.0.4',
17+
version='0.0.5',
1818
description="Resources for grounding protein complexes and families"
1919
" from text and describing their hierarchical relationships.",
2020
long_description=long_description,

0 commit comments

Comments
 (0)