aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework
diff options
context:
space:
mode:
authorTom Christie2011-06-02 12:17:21 +0100
committerTom Christie2011-06-02 12:17:21 +0100
commitc4d800ef326b1e5b571a41d5f6258f15d2652b79 (patch)
tree59a27b893d5da6ddc4ebdcc1209915a77545744a /djangorestframework
parentfb805bbb7ca80808258520219330cc5fb3bc0517 (diff)
downloaddjango-rest-framework-c4d800ef326b1e5b571a41d5f6258f15d2652b79.tar.bz2
proper manifest. setup groks version from __init__
Diffstat (limited to 'djangorestframework')
-rw-r--r--djangorestframework/__init__.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/djangorestframework/__init__.py b/djangorestframework/__init__.py
index 522771b5..f85a516e 100644
--- a/djangorestframework/__init__.py
+++ b/djangorestframework/__init__.py
@@ -1 +1,3 @@
-VERSION="0.1.1"
+__version__ = '0.1.1'
+
+VERSION = __version__ # synonym