Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
harmsm committed Jun 13, 2017
1 parent 69a03b6 commit aec6efd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]',
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"]},
Expand Down

0 comments on commit aec6efd

Please sign in to comment.