From d7b94697ed1fdc33b94485a53bc9c57ff33ddc56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ege=20Emir=20=C3=96zkan?= Date: Sat, 22 Aug 2020 01:04:22 +0300 Subject: [PATCH] Changes due to issues in CI --- setup.py | 2 +- test/main_tests.py | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.py b/setup.py index e881225..4910247 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("README.md", "r") as fh: setuptools.setup( name="datalite", # Replace with your own username - version="0.5.7", + version="0.5.8", author="Ege Ozkan", author_email="egeemirozkan24@gmail.com", description="A small package that binds dataclasses to an sqlite database", diff --git a/test/main_tests.py b/test/main_tests.py index b78ed5b..bc7de38 100644 --- a/test/main_tests.py +++ b/test/main_tests.py @@ -1,6 +1,4 @@ import unittest -from typing import Final - from constraints import ConstraintFailedError from datalite import datalite from datalite.constraints import Unique