Skip to content

Commit bb7b7df

Browse files
committed
idk anymore
1 parent ee08f8e commit bb7b7df

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

loaf/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
import loaf
2-
# hi mom!
1+
from general import bake
File renamed without changes.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup, find_packages
22

3-
VERSION = '0.1.7'
3+
VERSION = '0.1.8'
44
DESCRIPTION = 'Effortlessly access your MySQL server and procedures, plus some other utilities!'
55
with open('README.md', encoding="utf8") as f:
66
LONG_DESCRIPTION = f.read()

0 commit comments

Comments
 (0)