diff --git a/README.md b/README.md index 6a4a91a..0877fd4 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ The library includes various modules such as loss functions, models, layers, met | Overview | | |-----------|------------------------------------------------------------------------------------------------------------------------------------------| -| **CI/CD** | [![!codecov](https://img.shields.io/codecov/c/github/ayrna/dlordinal?label=codecov&logo=codecov)](https://codecov.io/gh/ayrna/dlordinal) [![!docs](https://readthedocs.org/projects/dlordinal/badge/?version=latest&style=flat)](https://dlordinal.readthedocs.io/en/latest/) [![!python](https://img.shields.io/badge/python-3.8%20%7C%203.9%20%7C%203.10%20%7C%203.11%20%7C%203.12-blue)](https://www.python.org/) | +| **CI/CD** | [![!codecov](https://img.shields.io/codecov/c/github/ayrna/dlordinal?label=codecov&logo=codecov)](https://codecov.io/gh/ayrna/dlordinal) [![!docs](https://readthedocs.org/projects/dlordinal/badge/?version=latest&style=flat)](https://dlordinal.readthedocs.io/en/latest/) [![!python](https://img.shields.io/badge/python-3.8%20%7C%203.9%20%7C%203.10-blue)](https://www.python.org/) | | **Code** | [![![binder]](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/ayrna/dlordinal/main?filepath=tutorials) [![!black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![Linter: Ruff](https://img.shields.io/badge/Linter-Ruff-brightgreen?style=flat-square)](https://github.com/charliermarsh/ruff) | ## ⚙️ Installation diff --git a/dlordinal/__init__.py b/dlordinal/__init__.py index be35134..34615fd 100644 --- a/dlordinal/__init__.py +++ b/dlordinal/__init__.py @@ -1,2 +1,2 @@ __all__ = [] -__version__ = "1.0.0" +__version__ = "1.0.1" diff --git a/pyproject.toml b/pyproject.toml index 8e44085..26b586e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "dlordinal" -version = "1.0.0" +version = "1.0.1" authors = [ {name = "Francisco Bérchez-Moreno", email = "i72bemof@uco.es"}, {name = "Víctor Manuel Vargas", email = "vvargas@uco.es"},