diff --git a/pyproject.toml b/pyproject.toml index d684c55..902095a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta" [project] name = "abl" -version = "0.1.6" +version = "0.1.7" authors = [ { name="LAMDA 2024", email = "abductivelearning@gmail.com" }, ] description = "Abductive Learning (ABL) package" readme = "README.md" -requires-python = ">=3.6.0" +requires-python = ">=3.7.0" license = {text = "MIT LICENSE"} keywords = ["machine-learning", "framework", "abductive-learning", "neuro-symbolic"] classifiers = [