diff --git a/rhapsody/VERSION b/rhapsody/VERSION index 85b7c69..c81aa44 100644 --- a/rhapsody/VERSION +++ b/rhapsody/VERSION @@ -1 +1 @@ -0.9.6 +0.9.7 diff --git a/setup.py b/setup.py index 32a878c..1ee65c6 100644 --- a/setup.py +++ b/setup.py @@ -30,6 +30,7 @@ extras_require={ 'docs': ['sphinx >= 1.4', 'sphinx_theme', 'sphinx_rtd_theme'] }, + include_package_data=True, description="""Python program, based on ProDy, for pathogenicity prediction of human missense variants.""", long_description=long_description,