From 9f3706f29c1eb6be6a79afd2b623a2ada2c8ccb3 Mon Sep 17 00:00:00 2001 From: thebigmunch Date: Wed, 8 Apr 2020 20:22:00 -0400 Subject: [PATCH] Release 0.10.0 --- CHANGELOG.md | 7 ++++++- pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2846410..208fdce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,12 @@ This project adheres to [Semantic Versioning](https://semver.org). ## [Unreleased](https://github.com/thebigmunch/audio-metadata/tree/master) -[Commits](https://github.com/thebigmunch/audio-metadata/compare/0.9.0...master) +[Commits](https://github.com/thebigmunch/audio-metadata/compare/0.10.0...master) + + +## [0.10.0](https://github.com/thebigmunch/audio-metadata/releases/tag/0.10.0) (2020-04-08) + +[Commits](https://github.com/thebigmunch/audio-metadata/compare/0.9.0...0.10.0) ### Added diff --git a/pyproject.toml b/pyproject.toml index 2c9dfd0..b66820c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "poetry.masonry.api" [tool.poetry] name = "audio-metadata" description = "A library for reading and, in the future, writing metadata from audio files." -version = "0.9.0" +version = "0.10.0" license = "MIT"