From 6bf808b631c7c0bb275dffab192b1aa83f3c96ac Mon Sep 17 00:00:00 2001 From: Omar Younis Date: Fri, 2 Aug 2024 21:11:24 +0200 Subject: [PATCH] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 767c61a..ab07eed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ 'Intended Audience :: Science/Research', 'Topic :: Scientific/Engineering :: Artificial Intelligence', ] -version="1.2.7" +version="1.2.8" dependencies = [ "numpy >=1.21.0", ]