diff --git a/README.md b/README.md index eb7e78d..dbfacf9 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@
[](https://opensource.org/licenses/MIT) -[](https://coveralls.io/github/tonegas/nnodely?branch=main) -[](https://nnodely.readthedocs.io/en/stable/) +[](https://codecov.io/github/tonegas/nnodely) +[](https://nnodely.readthedocs.io/) [](https://pypi.org/project/nnodely/) # Neural Network Framekwork for Modelling, Control, and Estimation of Physical Systems @@ -25,7 +25,7 @@ nnodely is not a replacement for a general purpose deep learning frameworks —- 📖 Documentation • + 📖 Documentation • 🔬 Case Studies • 🚀 Other Applications
diff --git a/nnodely/__init__.py b/nnodely/__init__.py index 3c4f5aa..2620119 100644 --- a/nnodely/__init__.py +++ b/nnodely/__init__.py @@ -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__+".")