diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index afb11d2..665e935 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,6 +36,7 @@ jobs: - name: Compile LaTeX document uses: xu-cheng/latex-action@v3 with: + texlive_version: 2023 root_file: main.tex working_directory: manual/ diff --git a/redpic/core/config.py b/redpic/core/config.py index 5e21b7d..a7d8594 100644 --- a/redpic/core/config.py +++ b/redpic/core/config.py @@ -6,7 +6,7 @@ NAME = "redpic" -VERSION = "0.10.5" +VERSION = "0.10.6" AUTHOR = "Vyacheslav Fedorov"