Skip to content

Commit

Permalink
Bump to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymoulin committed Dec 22, 2023
1 parent 5ebf0ef commit 43e3157
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ COPY qemu-*-static /usr/bin/

FROM builder

ARG VERSION=1.3.0
ARG VERSION=1.3.1

LABEL maintainer="Jay MOULIN <https://jaymoulin.me/me/youtube-music-uploader/> <https://twitter.com/MoulinJay>"
LABEL version=${VERSION}
Expand Down
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ classifiers =
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Topic :: Communications :: File Sharing
Topic :: Artistic Software
Topic :: Internet :: File Transfer Protocol (FTP)
Expand Down
2 changes: 1 addition & 1 deletion youtube_music_uploader/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
"""

__all__ = ['uploader_daemon', '__version__']
__version__ = '1.3.0'
__version__ = '1.3.1'

0 comments on commit 43e3157

Please sign in to comment.