From cff8f3232b6ec31a94f533f41a5f05a9aa1d4273 Mon Sep 17 00:00:00 2001 From: Abhijith Neil Abraham Date: Fri, 11 Feb 2022 17:16:52 +0530 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9823ccc..83f62af 100755 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ URL = 'http://autonom.io' LICENSE = 'MIT' DOWNLOAD_URL = 'https://github.com/autonomio/wrangle/' -VERSION = '0.6.10' +VERSION = '0.6.11' try: from setuptools import setup