From 4b691c402707775c3048a90531024f3bc5be6f91 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Thu, 20 Sep 2012 13:06:27 +0100 Subject: Change package name: djangorestframework -> rest_framework --- rest_framework/__init__.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 rest_framework/__init__.py (limited to 'rest_framework/__init__.py') diff --git a/rest_framework/__init__.py b/rest_framework/__init__.py new file mode 100644 index 00000000..557f5943 --- /dev/null +++ b/rest_framework/__init__.py @@ -0,0 +1,3 @@ +__version__ = '2.0.0' + +VERSION = __version__ # synonym -- cgit v1.2.3