diff --git a/django_react/__init__.py b/django_react/__init__.py index 83c145a..d86a4ed 100644 --- a/django_react/__init__.py +++ b/django_react/__init__.py @@ -1 +1 @@ -VERSION = '0.11.0' \ No newline at end of file +VERSION = '0.11.1' \ No newline at end of file diff --git a/setup.py b/setup.py index 6ba4f97..80a8393 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,11 @@ 'optional-django==0.2.1' ], description='Render and bundle React components from a Django application', - long_description='Documentation at https://github.com/markfinger/django-react', + long_description=''' +django-react is now deprecated and has been replaced by https://github.com/markfinger/python-react + +Documentation for django-react is available at https://github.com/markfinger/python-react/tree/0.11.0 +''', author='Mark Finger', author_email='markfinger@gmail.com', url='https://github.com/markfinger/django-react',