From 5d1bc3cf582159a0a35da78c66537e866bf53f10 Mon Sep 17 00:00:00 2001 From: Jay MOULIN Date: Tue, 24 Sep 2024 17:03:38 +0200 Subject: [PATCH] bump version 1.3.2 --- Makefile | 2 +- docker/Dockerfile | 2 +- youtube_music_uploader/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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'