Skip to content

Commit

Permalink
v0.12.8
Browse files Browse the repository at this point in the history
  • Loading branch information
7x11x13 committed Dec 19, 2023
1 parent c985df5 commit b821773
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "songs-to-youtube"
version = "0.12.7"
version = "0.12.8"
description = "Application to upload songs to YouTube"
authors = ["7x11x13 <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion songs_to_youtube/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class CustomDataRole(IntEnum):

ORGANIZATION = "7x11x13"
APPLICATION = "songs-to-youtube"
VERSION = "v0.12.7"
VERSION = "v0.12.8"
SETTINGS_FILENAME = "v0.8settings"

SUPPORTED_IMAGE_FILTER = "Images (*.bmp *.cur *.gif *.icns *.ico *.jpeg *.jpg *.pbm *.pgm *.png *.ppm *.svg *.svgz *.tga *.tif *.tiff *.wbmp *.webp *.xbm *.xpm)"

0 comments on commit b821773

Please sign in to comment.