diff --git a/README.md b/README.md index d01dfb3..80cc943 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ django-readers ============== -**STATUS: EXPERIMENTAL** - **A lightweight function-oriented toolkit for better organisation of business logic and efficient selection and projection of data in Django projects.** Tested against Django 2.2 - 3.2 on Python 3.6 - 3.9. diff --git a/django_readers/__init__.py b/django_readers/__init__.py index 6526deb..5becc17 100644 --- a/django_readers/__init__.py +++ b/django_readers/__init__.py @@ -1 +1 @@ -__version__ = "0.0.7" +__version__ = "1.0.0"