Readd fetch_all, since it was removed by mistake by the previous commit.

This commit is contained in:
Ege Emir Özkan
2020-08-03 05:08:46 +03:00
parent 77a6afdfd2
commit 9729c83247
2 changed files with 3 additions and 3 deletions

View File

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