From b5398ac43d080b0d306735f0d57fae48ddb423e8 Mon Sep 17 00:00:00 2001 From: Rotem Reiss Date: Sat, 6 Feb 2021 00:31:09 +0200 Subject: [PATCH] Update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 50a9d1b..38d0b51 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="uddup", - version="0.9.1", + version="0.9.1.1", author="Rotem Reiss", author_email="reiss.r@gmail.com", description="URLs Deduplication Tool.", @@ -24,4 +24,4 @@ 'uddup=uddup.main:interactive', ], }, -) \ No newline at end of file +)