diff --git a/Makefile b/Makefile index 7525984..9ff0840 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ .PHONY: all test publish install clean check build-docker publish-docker -VERSION ?= 1.2.0 +VERSION ?= 1.3.2 CACHE ?= --no-cache=1 all: build-docker publish-docker diff --git a/docker/Dockerfile b/docker/Dockerfile index 96d20da..8709b01 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,6 +1,6 @@ FROM python:alpine -ARG VERSION=1.3.1 +ARG VERSION=1.3.2 ARG TARGETPLATFORM LABEL maintainer="Jay MOULIN " diff --git a/youtube_music_uploader/__init__.py b/youtube_music_uploader/__init__.py index cf3542d..485dea8 100644 --- a/youtube_music_uploader/__init__.py +++ b/youtube_music_uploader/__init__.py @@ -3,4 +3,4 @@ """ __all__ = ['uploader_daemon', '__version__'] -__version__ = '1.3.1' +__version__ = '1.3.2'