Skip to content

Commit 5c3899a

Browse files
committed
badges readme
1 parent 18b1a92 commit 5c3899a

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
![GitHub](https://img.shields.io/github/license/MaximeChallon/SQL_multisearch?logo=License)
2+
![GitHub contributors](https://img.shields.io/github/contributors/MaximeChallon/SQL_multisearch)
3+
![Python package](https://github.com/MaximeChallon/SQL_multisearch/workflows/Python%20package/badge.svg?branch=master)
4+
![PyPI](https://img.shields.io/pypi/v/SQL_multisearch)
5+
![PyPI - Format](https://img.shields.io/pypi/format/SQL_multisearch?label=PyPi%20format)
6+
![GitHub Release Date](https://img.shields.io/github/release-date/SQL_multisearch/AdresseParser)
7+
8+
19
# SQL_mutlisearch
210
Easy search engine into SQL tables with results raking and ordering.
311

SQL_multisearch/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66

77
from .SQL_multisearch import *
88

9-
__version__="0.0.1"
9+
__version__="1.0.1"
1010
__title__="SQL_multisearch"

0 commit comments

Comments
 (0)