From 3370f3bc5cf4d9ac22e6c1d765ea56d0ac0b3a4e Mon Sep 17 00:00:00 2001 From: GitHub Action <52708150+marcpinet@users.noreply.github.com> Date: Mon, 23 Sep 2024 02:28:03 +0200 Subject: [PATCH] ci: bump version to 2.9.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 997e883..d41305c 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='neuralnetlib', - version='2.8.0', + version='2.9.0', author='Marc Pinet', description='A simple convolutional neural network library with only numpy as dependency', long_description=open('README.md', encoding="utf-8").read(),