From fd38e614dbbbe98a8344dbe1519e630d43a2479a Mon Sep 17 00:00:00 2001 From: swainsubrat Date: Mon, 13 May 2024 14:04:52 +1000 Subject: [PATCH] added badges --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 578e5b0..2375c50 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Artificial Intelligence based Intrusion Detection Systems ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/titli) ![PyPI - Version](https://img.shields.io/pypi/v/titli) - +![GitHub License](https://img.shields.io/github/license/spg-iitd/titli) ### Installation ``` diff --git a/setup.py b/setup.py index 76799b1..9b29095 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='titli', - version='0.0.2', + version='0.0.3', description='A library for collection of IDS and tools for evaluating them', long_description=open("README.md").read(), long_description_content_type = "text/markdown",