Skip to content
This repository has been archived by the owner on Oct 14, 2020. It is now read-only.

Commit

Permalink
Release 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thebigmunch committed Jul 22, 2019
1 parent 030a171 commit 240ac97
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,15 @@ This project adheres to [Semantic Versioning](https://semver.org).
[Commits](https://github.com/thebigmunch/google-music-scripts/compare/4.1.0...master)


## [4.1.1](https://github.com/thebigmunch/google-music-scripts/releases/tag/4.1.1) (2019-07-22)

[Commits](https://github.com/thebigmunch/google-music-scripts/compare/4.1.0...4.1.1)

### Fixed

* Fix audio-metadata dependency version.


## [4.1.0](https://github.com/thebigmunch/google-music-scripts/releases/tag/4.1.0) (2019-07-22)

[Commits](https://github.com/thebigmunch/google-music-scripts/compare/4.0.1...4.1.0)
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 = "google-music-scripts"
description = "A CLI utility for interacting with Google Music."
version = "4.1.0"
version = "4.1.1"

license = "MIT"

Expand Down
2 changes: 1 addition & 1 deletion src/google_music_scripts/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
__summary__ = 'A collection of scripts to interact with Google Music.'
__url__ = 'https://github.com/thebigmunch/google-music-scripts'

__version__ = '4.1.0'
__version__ = '4.1.1'
__version_info__ = tuple(int(i) for i in __version__.split('.') if i.isdigit())

__author__ = 'thebigmunch'
Expand Down

0 comments on commit 240ac97

Please sign in to comment.