Skip to content

Commit

Permalink
bump version 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymoulin committed Sep 24, 2024
1 parent 8a7ed3e commit 5d1bc3c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:alpine

ARG VERSION=1.3.1
ARG VERSION=1.3.2
ARG TARGETPLATFORM

LABEL maintainer="Jay MOULIN <https://jaymoulin.me/me/youtube-music-uploader/>"
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.1'
__version__ = '1.3.2'

0 comments on commit 5d1bc3c

Please sign in to comment.