From e727b7a38ff6c3dbe714a6b7bba55a9321a974c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodrigo=20G=C3=B3mez=20Maitret?= Date: Tue, 19 Oct 2021 03:05:07 -0500 Subject: [PATCH] Quickfix. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 66361d6..6f59217 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -VERSION = '0.1.6' +VERSION = '0.1.7' DESCRIPTION = 'Effortlessly access your MySQL server and procedures, plus some other utilities!' with open('README.md', encoding="utf8") as f: LONG_DESCRIPTION = f.read()