From 7dc71d750b6d3c7b2434679562687c508fd3b114 Mon Sep 17 00:00:00 2001 From: Subrat Kumar Swain <37792158+swainsubrat@users.noreply.github.com> Date: Thu, 2 May 2024 18:58:41 +1000 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4e82fb1..76799b1 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='titli', - version='0.0.1', + version='0.0.2', description='A library for collection of IDS and tools for evaluating them', long_description=open("README.md").read(), long_description_content_type = "text/markdown",