Skip to content

Commit

Permalink
README and config updates
Browse files Browse the repository at this point in the history
  • Loading branch information
matijakolaric committed Jul 10, 2024
1 parent a57f46f commit 5953a97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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,
)

0 comments on commit 5953a97

Please sign in to comment.