From 69a17a6817634d78c12aea955f981d48890bac96 Mon Sep 17 00:00:00 2001 From: Omer Faruk Gulban Date: Mon, 18 Jul 2022 15:58:16 +0200 Subject: [PATCH] Version bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8854749..f2a1674 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ import os from setuptools import setup -VERSION = '2.0.1' +VERSION = '2.0.2' # read the contents of README.md this_directory = os.path.abspath(os.path.dirname(__file__))