diff --git a/docker/Dockerfile b/docker/Dockerfile index 734e8b8..0e499fe 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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 " LABEL version=${VERSION} diff --git a/setup.cfg b/setup.cfg index ce185f7..03ca22b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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) diff --git a/youtube_music_uploader/__init__.py b/youtube_music_uploader/__init__.py index cf37e50..cf3542d 100644 --- a/youtube_music_uploader/__init__.py +++ b/youtube_music_uploader/__init__.py @@ -3,4 +3,4 @@ """ __all__ = ['uploader_daemon', '__version__'] -__version__ = '1.3.0' +__version__ = '1.3.1'