Skip to content

Commit

Permalink
Increment version to 2.6.1 (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinemoore committed Jul 20, 2017
1 parent 507060a commit 9d630dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -14,7 +14,7 @@ def readme():

setup(
name="quilt",
version="2.6.0",
version="2.6.1",
packages=find_packages(),
description='Quilt is an open-source data frame registry',
long_description=readme(),
Expand All @@ -32,7 +32,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.6.0',
download_url='https://github.com/quiltdata/quilt/releases/tag/2.6.1',
keywords='quilt quiltdata shareable data dataframe package platform pandas',
install_requires=[
'appdirs>=1.4.0',
Expand Down

0 comments on commit 9d630dd

Please sign in to comment.