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 ee08f8e commit bb7b7dfCopy full SHA for bb7b7df
loaf/__init__.py
@@ -1,2 +1 @@
1
-import loaf
2
-# hi mom!
+from general import bake
loaf/loaf.py renamed to loaf/general.py
setup.py
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages
3
-VERSION = '0.1.7'
+VERSION = '0.1.8'
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