summaryrefslogtreecommitdiffstats
path: root/imagekit/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'imagekit/__init__.py')
-rw-r--r--imagekit/__init__.py13
1 files changed, 13 insertions, 0 deletions
diff --git a/imagekit/__init__.py b/imagekit/__init__.py
new file mode 100644
index 0000000..2965bbd
--- /dev/null
+++ b/imagekit/__init__.py
@@ -0,0 +1,13 @@
+"""
+
+Django ImageKit
+
+Author: Justin Driscoll <justin.driscoll@gmail.com>
+Version: 0.2
+
+"""
+VERSION = "0.2"
+
+
+
+ \ No newline at end of file