diff options
Diffstat (limited to 'rest_framework/__init__.py')
| -rw-r--r-- | rest_framework/__init__.py | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
