From bd99195993c1bdf03dfda7102f8c4f640d686631 Mon Sep 17 00:00:00 2001 From: Patrick Altman Date: Fri, 29 Apr 2016 15:16:26 -0500 Subject: [PATCH] 1.0.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7581427..6a2e282 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ def read(*parts): description="an app for managing collections of images associated with a content object", name="pinax-images", long_description=read("README.md"), - version="0.2.1", + version="1.0.0", url="http://github.com/pinax/pinax-images/", license="MIT", packages=find_packages(),