From e2581b9fecffe15b2f2983a2d4eaf7aac2088fc3 Mon Sep 17 00:00:00 2001 From: Boris Pelakh Date: Thu, 12 Oct 2023 09:19:22 -0400 Subject: [PATCH] Version 1.8.0 - new excludes functionality --- onto_tool/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/onto_tool/__init__.py b/onto_tool/__init__.py index e1ab2c8..5e24815 100644 --- a/onto_tool/__init__.py +++ b/onto_tool/__init__.py @@ -1 +1 @@ -VERSION = '1.7.4' +VERSION = '1.8.0' diff --git a/setup.py b/setup.py index 0795a8e..188b2a9 100644 --- a/setup.py +++ b/setup.py @@ -45,5 +45,5 @@ "onto_tool = onto_tool.onto_tool:run_tool" ] }, - python_requires='>=3.7', + python_requires='>=3.8', )