Skip to content

Commit

Permalink
feat: add django-package tag
Browse files Browse the repository at this point in the history
  • Loading branch information
quertenmont committed Oct 4, 2024
1 parent c6c142f commit d4bda8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[![](https://img.shields.io/pypi/pyversions/django-sequencefield.svg?color=3776AB&logo=python&logoColor=white)](https://www.python.org/)
[![](https://img.shields.io/pypi/djversions/django-sequencefield?color=0C4B33&logo=django&logoColor=white&label=django)](https://www.djangoproject.com/)
[![Published on Django Packages](https://img.shields.io/badge/Published%20on-Django%20Packages-0c3c26)](https://djangopackages.org/packages/p/django-sequencefield/)

[![](https://img.shields.io/pypi/v/django-sequencefield.svg?color=blue&logo=pypi&logoColor=white)](https://pypi.org/project/django-sequencefield/)
[![](https://static.pepy.tech/badge/django-sequencefield/month)](https://pepy.tech/project/django-sequencefield)
Expand Down
2 changes: 1 addition & 1 deletion sequencefield/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
__email__ = "[email protected]"
__license__ = "MIT"
__title__ = "django-sequencefield"
__version__ = "1.0.12"
__version__ = "1.0.13"

0 comments on commit d4bda8a

Please sign in to comment.