From 8af0c69405ce9a8585cf21beb34e43159b6d738d Mon Sep 17 00:00:00 2001 From: iver56 Date: Wed, 6 Mar 2024 09:54:13 +0100 Subject: [PATCH] Update Zenodo badge on documentation website. Close #323 --- docs/index.md | 2 +- packaging.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index fbd72a31..37db3c50 100644 --- a/docs/index.md +++ b/docs/index.md @@ -4,7 +4,7 @@ [![Code coverage](https://img.shields.io/codecov/c/github/iver56/audiomentations/main.svg)](https://codecov.io/gh/iver56/audiomentations) [![Code Style: Black](https://img.shields.io/badge/code%20style-black-black.svg)](https://github.com/ambv/black) [![Licence: MIT](https://img.shields.io/pypi/l/audiomentations)](https://github.com/iver56/audiomentations/blob/main/LICENSE) -[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.7010042.svg)](https://doi.org/10.5281/zenodo.7010042) +[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.10202830.svg)](https://doi.org/10.5281/zenodo.10202830) A Python library for audio data augmentation. Inspired by [albumentations](https://github.com/albu/albumentations). Useful for deep learning. Runs on diff --git a/packaging.md b/packaging.md index ae888f7a..44a87c9f 100644 --- a/packaging.md +++ b/packaging.md @@ -6,7 +6,7 @@ * Commit and push the change with a commit message like this: "Release vx.y.z" (replace x.y.z with the package version) * Add and push a git tag to the release commit * Add a release here: https://github.com/iver56/audiomentations/releases/new -* Update the Zenodo badge in README.md. Commit and push. +* Update the Zenodo badge in README.md and docs/index.md. Commit and push. * Remove any old files inside the dist folder * `python setup.py sdist bdist_wheel` * `python -m twine upload dist/*`