From 258cd2f505c277e3b81eead1493a7b1a028a18c9 Mon Sep 17 00:00:00 2001 From: ufukyagmur Date: Fri, 6 May 2022 19:21:16 +0300 Subject: [PATCH] version bump to 2.1.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6eda631..941d1d2 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( # TODO: Fix the configs in this part name='adhoccomputing', - version='2.1.0', + version='2.1.1', description="Ad Hoc Computing Library", long_description=long_description, long_description_content_type="text/markdown",