From ac364e13797fe01823481af65c1e2c4a68287800 Mon Sep 17 00:00:00 2001 From: Krzysztof Klimonda Date: Fri, 5 Apr 2013 20:05:10 +0200 Subject: [PATCH] Update setup.py for 1.0 release It's still not working completely (you can't run tests from it) but it's enough for installing. Fixes #18 --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 2df7538..fe958e4 100644 --- a/setup.py +++ b/setup.py @@ -21,13 +21,13 @@ install_requires = [ 'django-braces', 'django_compressor', 'requests', - 'django-images>=2013.1.99', - 'django-taggit>=0.9.3.99' + 'django-images', + 'django-taggit' ] setup( name="pinry", - version="0.9.0", + version="1.0.0", author="Pinry contributors", author_email="devs@getpinry.com", description=("A tiling image board system for people who want to save, "