diff --git a/README.md b/README.md index fdd9ec3..6d5211b 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Django application for running python code in your project's environment from dj Installation ------------ - pip install webshell + pip install django-webshell settings.py: ```python diff --git a/webshell/__init__.py b/webshell/__init__.py index 1cef7a2..971332d 100644 --- a/webshell/__init__.py +++ b/webshell/__init__.py @@ -1,4 +1,4 @@ -VERSION = (0, 2, 3) +VERSION = (0, 2, 4) def get_version():