From f57b066426f094b2bf674be9d101889fd02aaba4 Mon Sep 17 00:00:00 2001 From: Giorgos Xou Date: Tue, 23 Jul 2024 15:12:00 +0300 Subject: [PATCH] v2.3.7-beta --- library.properties | 2 +- src/NeuralNetwork.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.properties b/library.properties index 8e6d1fb..8c35d31 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=NeuralNetwork -version=2.3.6 +version=2.3.7 author=George Chousos maintainer=gxousos@gmail.com sentence=Simple MLP Neural-Network Library. diff --git a/src/NeuralNetwork.h b/src/NeuralNetwork.h index 0b333a7..4855cc5 100644 --- a/src/NeuralNetwork.h +++ b/src/NeuralNetwork.h @@ -58,7 +58,7 @@ #ifndef NeuralNetwork_h #define NeuralNetwork_h -#define __NN_VERSION__ "VERSION: 2.3.6"\n +#define __NN_VERSION__ "VERSION: 2.3.7"\n // - That gives you access to the standard types and constants of the Arduino language. #include "Arduino.h"