From 0c913d5a496ad19e467b22601a3cb5bf54a03c5a Mon Sep 17 00:00:00 2001 From: Vladimir Portyanikhin <86243191+portyanikhin@users.noreply.github.com> Date: Wed, 2 Oct 2024 15:25:47 +0300 Subject: [PATCH] v2.7.0 --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d63f376..6043a6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyfluids" -version = "2.6.0" +version = "2.7.0" description = "Simple, full-featured, lightweight CoolProp wrapper for Python" authors = [ "Vladimir Portyanikhin ", @@ -35,7 +35,6 @@ classifiers = [ "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10",