Skip to content

Commit

Permalink
bumps to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymoulin committed Nov 28, 2021
1 parent c3570fb commit ab4fe7f
Show file tree
Hide file tree
Showing 2 changed files with 2 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.2.0
ARG VERSION=1.3.0

LABEL maintainer="Jay MOULIN <https://jaymoulin.me/me/youtube-music-uploader/> <https://twitter.com/MoulinJay>"
LABEL version=${VERSION}
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.2.0'
__version__ = '1.3.0'

0 comments on commit ab4fe7f

Please sign in to comment.