diff --git a/djangorestframework/__init__.py b/djangorestframework/__init__.py index 2b777e59c..83ca204b7 100644 --- a/djangorestframework/__init__.py +++ b/djangorestframework/__init__.py @@ -8,7 +8,7 @@ from django.utils.importlib import import_module import imp -__all__ = ('autodiscover','site') +__all__ = ('autodiscover','site', '__version__', 'VERSION') api = DjangoRestFrameworkSite()