Skip to content

Commit

Permalink
idk anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
PoshoDev committed Oct 27, 2021
1 parent ee08f8e commit bb7b7df
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions loaf/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
import loaf
# hi mom!
from general import bake
File renamed without changes.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

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

0 comments on commit bb7b7df

Please sign in to comment.