Changes due to issues in CI
This commit is contained in:
2
setup.py
2
setup.py
@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
|
|||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="datalite", # Replace with your own username
|
name="datalite", # Replace with your own username
|
||||||
version="0.5.7",
|
version="0.5.8",
|
||||||
author="Ege Ozkan",
|
author="Ege Ozkan",
|
||||||
author_email="egeemirozkan24@gmail.com",
|
author_email="egeemirozkan24@gmail.com",
|
||||||
description="A small package that binds dataclasses to an sqlite database",
|
description="A small package that binds dataclasses to an sqlite database",
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
import unittest
|
import unittest
|
||||||
from typing import Final
|
|
||||||
|
|
||||||
from constraints import ConstraintFailedError
|
from constraints import ConstraintFailedError
|
||||||
from datalite import datalite
|
from datalite import datalite
|
||||||
from datalite.constraints import Unique
|
from datalite.constraints import Unique
|
||||||
|
|||||||
Reference in New Issue
Block a user