From bfce95c4ea883920f6a238ed6c1f1174d262b76d Mon Sep 17 00:00:00 2001 From: MK Date: Fri, 24 May 2024 19:34:41 +0200 Subject: [PATCH] fixed missing upgrade strings --- README.md | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 149e41b..35a7022 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ QuiltiX is a graphical node editor to edit, and author [MaterialX](https://mater - [License](#license) ## Requirements -QuiltiX requires Python 3.9+ as well as compiled versions of USD and MaterialX. +QuiltiX requires Python 3.11+ as well as compiled versions of USD and MaterialX. ## Installation ### From PyPi @@ -48,7 +48,7 @@ If you additionally require pre-built binaries for MaterialX & USD we currently On Linux/Mac you need to provide your own binaries for now. Here are linked instructions for [MaterialX](https://github.com/AcademySoftwareFoundation/MaterialX/tree/main#quick-start-for-developers) & [OpenUSD](https://github.com/PixarAnimationStudios/OpenUSD/blob/release/BUILDING.md) ```shell pip install QuiltiX -pip install git+https://github.com/PrismPipeline/OpenUSD_build.git@23.11-win-mtlx-1.38.8 +pip install git+https://github.com/PrismPipeline/OpenUSD_build.git@24.03-win-mtlx-1.38.9 ``` ### From Zip diff --git a/pyproject.toml b/pyproject.toml index 6b4f894..d7e3679 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "QuiltiX" -version = "0.6.0" +version = "0.6.1" description = "MaterialX Graphical Node Editor" readme = "README.md" license = {file = "LICENSE"}