Skip to content

Commit db1bca8

Browse files
committed
Updated library version to v0.0.5
1 parent 5c21ffe commit db1bca8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
![GCC Build CI](https://github.com/nthnn/diwa/actions/workflows/gcc_build_ci.yml/badge.svg)
88
![Arduino CI](https://github.com/nthnn/diwa/actions/workflows/arduino_ci.yml/badge.svg)
99
![Arduino Lint](https://github.com/nthnn/diwa/actions/workflows/arduino_lint.yml/badge.svg)
10-
![Arduino Release](https://img.shields.io/badge/Library%20Manager-v0.0.4-red?logo=Arduino)
10+
![Arduino Release](https://img.shields.io/badge/Library%20Manager-v0.0.5-red?logo=Arduino)
1111
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/nthnn/diwa/blob/main/LICENSE)
1212

1313
Diwa is a lightweight library providing a simple implementation of Feedforward Artificial Neural Networks (ANNs) for microcontrollers such as ESP8266, ESP32, RP2040, and similar development boards (specially boards with PSRAM). It is designed for resource-constrained environments but can be used with non-Arduino platform projects, offering a streamlined solution for tasks that require neural network capabilities.

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "diwa",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "Lightweight simple implementation of Artificial Neural Network for microcontrollers",
55
"keywords": ["ANN", "Artificial Neural Network", "microcontrollers", "ESP8266", "ESP32", "RP2040"],
66
"repository": {

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=diwa
2-
version=0.0.4
2+
version=0.0.5
33
author=nthnn
44
maintainer=nthnn
55
sentence=Lightweight simple implementation of Artificial Neural Network for microcontrollers

0 commit comments

Comments
 (0)