We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 460410e commit e727b7aCopy full SHA for e727b7a
setup.py
@@ -1,6 +1,6 @@
1
from setuptools import setup, find_packages
2
3
-VERSION = '0.1.6'
+VERSION = '0.1.7'
4
DESCRIPTION = 'Effortlessly access your MySQL server and procedures, plus some other utilities!'
5
with open('README.md', encoding="utf8") as f:
6
LONG_DESCRIPTION = f.read()
0 commit comments