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

Commit

Permalink
Release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thebigmunch committed Jan 16, 2019
1 parent 81bd4f4 commit 5455e08
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/google-music-utils/tree/master)

[Commits](https://github.com/thebigmunch/google-music-utils/compare/2.0.0...master)
[Commits](https://github.com/thebigmunch/google-music-utils/compare/2.0.1...master)


## [2.0.1](https://github.com/thebigmunch/google-music-utils/releases/tag/2.0.1) (2019-01-16)

[Commits](https://github.com/thebigmunch/google-music-utils/compare/2.0.0...2.0.1)

### Fixed

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-utils"
description = "A set of utility functionality for google-music and related projects."
version = "2.0.0"
version = "2.0.1"

license = "MIT"

Expand Down
2 changes: 1 addition & 1 deletion src/google_music_utils/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
__summary__ = 'A set of utility functionality for google-music and related projects.'
__url__ = 'https://github.com/thebigmunch/google-music-utils'

__version__ = '2.0.0'
__version__ = '2.0.1'
__version_info__ = tuple(int(i) for i in __version__.split('.') if i.isdigit())

__author__ = 'thebigmunch'
Expand Down

0 comments on commit 5455e08

Please sign in to comment.