Skip to content

Commit

Permalink
Update version and release tag (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinemoore authored Mar 31, 2017
1 parent d11c84a commit ca576d8
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 @@ -18,7 +18,7 @@ def readme():

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

0 comments on commit ca576d8

Please sign in to comment.