Skip to content

Commit

Permalink
Update version to 2.2.1 (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinemoore committed Mar 14, 2017
1 parent a4b857e commit ec43996
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 @@ -15,7 +15,7 @@ def readme():

setup(
name="quilt",
version="2.2.0",
version="2.2.1",
packages=find_packages(),
description='Quilt is an open-source data frame registry',
long_description=readme(),
Expand All @@ -31,7 +31,7 @@ def readme():
author_email='founders@quiltdata.io',
license='LICENSE',
url='https://github.com/quiltdata/quilt',
download_url='https://github.com/quiltdata/quilt/releases/tag/v2.2.0-beta',
download_url='https://github.com/quiltdata/quilt/releases/tag/v2.2.1-beta',
keywords='quilt quiltdata shareable data dataframe package platform pandas',
install_requires=[
'appdirs>=1.4.0',
Expand Down

0 comments on commit ec43996

Please sign in to comment.