diff --git a/README.rst b/README.rst index 40d7d31..2569444 100644 --- a/README.rst +++ b/README.rst @@ -13,13 +13,18 @@ Django Polly :target: https://pypi.python.org/pypi/django-polly :alt: Python Versions +.. image:: https://readthedocs.org/projects/django-polly/badge/?version=latest + :target: https://django-polly.readthedocs.io/en/latest/?badge=latest + :alt: Documentation Status + .. image:: https://github.com/pollystack/django-polly/actions/workflows/tests.yml/badge.svg :target: https://github.com/pollystack/django-polly/actions/workflows/tests.yml :alt: Tests -.. image:: https://readthedocs.org/projects/django-polly/badge/?version=latest - :target: https://django-polly.readthedocs.io/en/latest/?badge=latest - :alt: Documentation Status +.. image:: https://github.com/pollystack/django-polly/actions/workflows/publish-to-pypi.yml/badge.svg + :target: https://github.com/pollystack/django-polly/actions/workflows/publish-to-pypi.yml + :alt: Publish Python 🐍 distribution 📦 to PyPI + Django Polly enhances Django with Language Learning Model (LLM) capabilities, enabling AI-powered conversations, task automation, and other intelligent features in your Django projects. It uses familiar Django patterns and provides a flexible framework for customizing AI behaviors and supporting various LLM backends. diff --git a/setup.py b/setup.py index c8ad1b3..1023ca4 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='django-polly', - version='0.0.1', + version='0.0.4', packages=find_packages(exclude=['tests*']), package_data={ 'django_polly': ['templates/**/*.html', 'static/**/*'],