We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ba20b2 commit d5bf9a9Copy full SHA for d5bf9a9
2 files changed
blender_manifest.toml
@@ -3,7 +3,7 @@ schema_version = "1.0.0"
3
# Example of manifest file for a Blender extension
4
# Change the values according to your extension
5
id = "sequence_loader"
6
-version = "0.3.7"
+version = "0.3.8"
7
name = "Sequence Loader"
8
tagline = "Just-in-time loader for meshio-supported mesh file sequences"
9
maintainer = "Stefan Rhys Jeske <contact@srjeske.de>"
docs/conf.py
@@ -9,7 +9,7 @@
project = 'Sequence Loader'
10
copyright = '2025, InteractiveComputerGraphics'
11
author = 'InteractiveComputerGraphics'
12
-release = '0.3.7'
+release = '0.3.8'
13
14
# -- General configuration ---------------------------------------------------
15
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
0 commit comments