diff --git a/setup.py b/setup.py index d899d13..d4b4051 100644 --- a/setup.py +++ b/setup.py @@ -16,13 +16,13 @@ # Need to add all dependencies to setup as we go! setup(name='pytc-fitter', packages=find_packages(), - version='1.1.4', + version='1.1.5', description="Python software package for analyzing Isothermal Titration Calorimetry data", long_description=open("README.rst").read(), author='Michael J. Harms', author_email='harmsm@gmail.com', url='https://github.com/harmslab/pytc', - download_url='https://github.com/harmslab/pytc/tarball/1.1.4', + download_url='https://github.com/harmslab/pytc/tarball/1.1.5', zip_safe=False, install_requires=["matplotlib","scipy","numpy","emcee","corner"], package_data={"":["*.h","src/*.h"]},