diff --git a/README.rst b/README.rst index 724ed77..5c4289b 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ Django-Music-Publisher - Free music publishing software +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -.. image:: https://github.com/matijakolaric-com/django-music-publisher/workflows/build/badge.svg?branch=master&logo=pypi&logoColor=white +.. image:: https://img.shields.io/github/actions/workflow/status/matijakolaric-com/django-music-publisher/build.yml :target: https://github.com/matijakolaric-com/django-music-publisher/actions/workflows/build.yml :alt: Build Status .. image:: https://img.shields.io/github/issues/matijakolaric-com/django-music-publisher/bug?logo=github&logoColor=white diff --git a/setup.py b/setup.py index 5e09bfe..4761591 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="django-music-publisher", - version="23.4", + version="24.7a1", author="Matija Kolarić", author_email="matijakolaric@users.noreply.github.com", license="MIT License", @@ -41,8 +41,8 @@ "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only", - "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", ], zip_safe=False, )