Skip to content

Commit

Permalink
fix for push to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
Flowrey committed Jul 18, 2023
1 parent 23014fb commit 24ae440
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add pyright stub
- Add black and pyright to github action
### Fixed
- Fix bug when requestion MusicBrainz without User-Agent heade
- Fix bug when requestion MusicBrainz without User-Agent header

## [0.3.3] - 2022-05-31
### Changed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

YoutubeBrainz allows you to find and download Youtube videos associated to an album on MusicBrainz.

[![PyPi version](https://img.shields.io/badge/pypi-0.3.3-blue)](https://pypi.org/project/youtube-bz/)
[![PyPi version](https://img.shields.io/badge/pypi-0.3.4-blue)](https://pypi.org/project/youtube-bz/)
[![Python 3.9](https://img.shields.io/badge/python-3.9+-blue.svg)](https://www.python.org/downloads/release/python-390/)
[![GPL 3.0](https://img.shields.io/badge/license-GPL_3.0-blue.svg)](LICENSE.md)
[![Coverage Status](https://coveralls.io/repos/github/Flowrey/youtube-bz/badge.svg?branch=master)](https://coveralls.io/github/Flowrey/youtube-bz?branch=master)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "youtube-bz"
version = "0.3.4"
description = "YoutubeBrainz allow you to find and download Youtube Videos associated to an Album on MusicBrainz."
authors = ["Flowrey <flowrey at laposte.net>"]
authors = ["Flowrey <flowrey@laposte.net>"]
license = "GPL-3.0"
readme = "README.md"
packages = [{include = "youtube_bz"}]
Expand Down

0 comments on commit 24ae440

Please sign in to comment.