diff --git a/.gitignore b/.gitignore index 3808001..e3abc3c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,7 @@ *.pyc *.db *.orig -.DS_Store \ No newline at end of file +.DS_Store +dist +build +MANIFEST diff --git a/imagekit/__init__.py b/imagekit/__init__.py index 1d30445..aa78b1e 100644 --- a/imagekit/__init__.py +++ b/imagekit/__init__.py @@ -1,10 +1,11 @@ """ - Django ImageKit Author: Justin Driscoll -Version: 0.3.3 +Version: 0.3.4 """ -VERSION = "0.3.3" - \ No newline at end of file +__author__ = 'Justin Driscoll, Bryan Veloso, Greg Newman, Chris Drackett' +__version__ = (0, 3, 4) + +