Skip to content

Commit

Permalink
Update version number to 2.9.7
Browse files Browse the repository at this point in the history
Updated version and download_url.
  • Loading branch information
Kevin Moore committed Jul 11, 2018
1 parent 1168e7d commit b459f45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compiler/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def readme():

setup(
name="quilt",
version="2.10-dev",
version="2.9.7",
packages=find_packages(),
description='Quilt is a data package manager',
long_description=readme(),
Expand All @@ -33,7 +33,7 @@ def readme():
author_email='contact@quiltdata.io',
license='LICENSE',
url='https://github.com/quiltdata/quilt',
download_url='https://github.com/quiltdata/quilt/releases/tag/2.8.0',
download_url='https://github.com/quiltdata/quilt/releases/tag/2.9.7',
keywords='quilt quiltdata shareable data dataframe package platform pandas',
install_requires=[
'appdirs>=1.4.0',
Expand Down

0 comments on commit b459f45

Please sign in to comment.