Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thebigmunch committed Jan 31, 2019
1 parent a87cf26 commit b1f7c6a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.4...master)
[Commits](https://github.com/thebigmunch/audio-metadata/compare/0.4.0...master)


## [0.4.0](https://github.com/thebigmunch/audio-metadata/releases/tag/0.4.0) (2019-01-31)

[Commits](https://github.com/thebigmunch/audio-metadata/compare/0.3.4...0.4.0)

## Added

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,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.3.4"
version = "0.4.0"

license = "MIT"

Expand Down
2 changes: 1 addition & 1 deletion src/audio_metadata/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
__summary__ = 'A library for reading and, in the future, writing metadata from audio files.'
__url__ = 'https://github.com/thebigmunch/audio-metadata'

__version__ = '0.3.4'
__version__ = '0.4.0'
__version_info__ = tuple(int(i) for i in __version__.split('.') if i.isdigit())

__author__ = 'thebigmunch'
Expand Down

0 comments on commit b1f7c6a

Please sign in to comment.