From 15413f67fad7e34f3a35960698f56bcf32cb7966 Mon Sep 17 00:00:00 2001 From: Marc Pinet <52708150+marcpinet@users.noreply.github.com> Date: Mon, 13 Nov 2023 23:42:56 +0100 Subject: [PATCH] ci: new project version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bdb557f..fb11289 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='neuralnetlib', - version='0.3.0', + version='0.3.1', author='Marc Pinet', description='A simple neural network library with only numpy as dependency', long_description=open('README.md', encoding="utf-8").read(),