From da20eba56abb0739bfcce62b88e616ff2d8bd807 Mon Sep 17 00:00:00 2001 From: Robin Adili <robin.adili@inria.fr> Date: Wed, 30 Sep 2020 10:36:21 +0200 Subject: [PATCH] version string change to reflect custom framerate patch --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bfcceda..5f63183 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "sipbuild.api" # Specify the PEP 566 metadata for the project. [tool.sip.metadata] name = "fbxsdkpy" -version = "2020.1" +version = "2020.1-rev1" # Configure the building of the fib bindings. [tool.sip.bindings.fbx_module] -- GitLab