From 980bf635a27465f5c8fc841f6faa5e30a4165b4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6ktu=C4=9F=20Karaka=C5=9Fl=C4=B1?= <20567087+goktug97@users.noreply.github.com> Date: Sat, 22 Aug 2020 19:06:36 +0300 Subject: [PATCH] version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 812ec24..6787dd1 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name='dynamic-window-approach', description='Dynamic Window Approach algorithm written in C with Python Bindings', - version='1.1.0', + version='1.1.1', author='Göktuğ Karakaşlı', author_email='karakasligk@gmail.com', license='MIT',