This commit is contained in:
ROBERT MCDOWELL
2026-01-04 11:14:13 -08:00
committed by GitHub
4 changed files with 4 additions and 4 deletions

View File

@@ -1 +1 @@
25.12.33
26.1.4

View File

@@ -5,7 +5,7 @@ services:
context: .
dockerfile: Dockerfile
args:
APP_VERSION: ${APP_VERSION:-25.12.33}
APP_VERSION: ${APP_VERSION:-26.1.4}
DEVICE_TAG: ${DEVICE_TAG:-cpu} # e.g. cu128, cu118, rocm, xpu, cpu
container_name: ebook2audiobook
working_dir: /app

View File

@@ -5,7 +5,7 @@ services:
context: .
dockerfile: Dockerfile
args:
APP_VERSION: ${APP_VERSION:-25.12.33}
APP_VERSION: ${APP_VERSION:-26.1.4}
DEVICE_TAG: ${DEVICE_TAG:-cpu} # e.g. cu124, cu128, rocm, xpu, cpu etc.
container_name: ebook2audiobook
working_dir: /app

View File

@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[tool.poetry]
name = "ebook2audiobook"
version = "25.12.33"
version = "26.1.4"
[tool.setuptools.dynamic]
version = {file = "VERSION.txt"}