diff --git a/README.md b/README.md index a394cc62..88534366 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ The API documentation, along with guides, example code, illustrations and exampl # Changelog -## [0.34.0] - 2023-11-24 +## [0.34.1] - 2023-11-24 ### Changed diff --git a/audiomentations/__init__.py b/audiomentations/__init__.py index 2e79de70..47fab202 100644 --- a/audiomentations/__init__.py +++ b/audiomentations/__init__.py @@ -38,4 +38,4 @@ from .spec_augmentations.spec_channel_shuffle import SpecChannelShuffle from .spec_augmentations.spec_frequency_mask import SpecFrequencyMask -__version__ = "0.33.0" +__version__ = "0.34.1" diff --git a/docs/changelog.md b/docs/changelog.md index cf01ea9d..90b79b85 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.34.0] - 2023-11-24 +## [0.34.1] - 2023-11-24 ### Changed @@ -499,8 +499,8 @@ Thanks to karpnv * Initial release. Includes only one transform: `AddGaussianNoise` -[Unreleased]: https://github.com/iver56/audiomentations/compare/v0.34.0...HEAD -[0.33.0]: https://github.com/iver56/audiomentations/compare/v0.33.0...v0.34.0 +[Unreleased]: https://github.com/iver56/audiomentations/compare/v0.34.1...HEAD +[0.34.1]: https://github.com/iver56/audiomentations/compare/v0.33.0...v0.34.1 [0.33.0]: https://github.com/iver56/audiomentations/compare/v0.32.0...v0.33.0 [0.32.0]: https://github.com/iver56/audiomentations/compare/v0.31.0...v0.32.0 [0.31.0]: https://github.com/iver56/audiomentations/compare/v0.30.0...v0.31.0