Fixed a bug.

This commit is contained in:
Ege Emir Özkan
2020-08-10 06:47:00 +03:00
parent d53258a748
commit ee65e6e2db
2 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
__all__ = ['commons', 'datalite_decorator', 'fetch', 'datalite']
from datalite_decorator import datalite
from .datalite_decorator import datalite

View File

@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
setuptools.setup(
name="datalite", # Replace with your own username
version="0.5.0",
version="0.5.1",
author="Ege Ozkan",
author_email="egeemirozkan24@gmail.com",
description="A small package that binds dataclasses to an sqlite database",