Fixed a bug related to default values.

This commit is contained in:
Ege Emir Özkan
2020-08-14 12:01:01 +03:00
parent 2e14aeaace
commit b7e915d6db
3 changed files with 6 additions and 1 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.5.3",
version="0.5.4",
author="Ege Ozkan",
author_email="egeemirozkan24@gmail.com",
description="A small package that binds dataclasses to an sqlite database",