Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
</p>

[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![Coverage Status](https://coveralls.io/repos/github/tonegas/nnodely/badge.svg?branch=main)](https://coveralls.io/github/tonegas/nnodely?branch=main)
[![Documentation](https://readthedocs.org/projects/nnodely/badge/?version=stable&style=default)](https://nnodely.readthedocs.io/en/stable/)
[![codecov](https://codecov.io/github/tonegas/nnodely/graph/badge.svg?token=8V6P2PSYT4)](https://codecov.io/github/tonegas/nnodely)
[![Documentation](https://readthedocs.org/projects/nnodely/badge/?version=main&style=default)](https://nnodely.readthedocs.io/)
[![PyPI](https://img.shields.io/pypi/v/nnodely?color=blue&label=PyPI%20Package)](https://pypi.org/project/nnodely/)

# Neural Network Framekwork for Modelling, Control, and Estimation of Physical Systems
Expand All @@ -25,7 +25,7 @@ nnodely is not a replacement for a general purpose deep learning frameworks —

<br>
<p align="center">
📖 <a href="https://nnodely.readthedocs.io/en/stable/"><b>Documentation</b></a> •
📖 <a href="https://nnodely.readthedocs.io/"><b>Documentation</b></a> •
🔬 <a href="./case-studies/"><b>Case Studies</b></a> •
🚀 <a href="https://github.com/tonegas/nnodely-applications"><b>Other Applications</b></a>
</p>
Expand Down
2 changes: 1 addition & 1 deletion nnodely/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
major, minor = sys.version_info.major, sys.version_info.minor
logger.LOG_LEVEL = logging.INFO

__version__ = '1.5.3'
__version__ = '1.5.4'

if major < 3:
sys.exit("Sorry, Python 2 is not supported. You need Python >= 3.10 for "+__package__+".")
Expand Down