From b7e3f7ee08b07302dd6561be96137f183fe55a28 Mon Sep 17 00:00:00 2001 From: Ahmed Gad Date: Wed, 6 Sep 2023 18:23:16 -0400 Subject: [PATCH] Update TOML file --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0f9ca5c..4f5055e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta" [project] name = "pygad" -version = "3.1.1" +version = "3.2.0" description = "PyGAD: A Python Library for Building the Genetic Algorithm and Training Machine Learning Algoithms (Keras & PyTorch)." readme = {file = "README.md", content-type = "text/markdown"} requires-python = ">=3"