We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5be24db commit 81216f6Copy full SHA for 81216f6
__init__.py
@@ -2,7 +2,7 @@
2
"name": "Sequence Loader",
3
"description": "Loader for meshio supported mesh files/ simulation sequences",
4
"author": "Interactive Computer Graphics",
5
- "version": (0, 1, 2),
+ "version": (0, 1, 3),
6
"blender": (3, 1, 0),
7
"warning": "",
8
"support": "COMMUNITY",
docs/conf.py
@@ -9,7 +9,7 @@
9
project = 'blender-sequence-loader'
10
copyright = '2022, InteractiveComputerGraphics'
11
author = 'InteractiveComputerGraphics'
12
-release = '0.1.2'
+release = '0.1.3'
13
14
# -- General configuration ---------------------------------------------------
15
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
@@ -33,4 +33,4 @@
33
}
34
35
36
-myst_heading_anchors = 2
+myst_heading_anchors = 2
0 commit comments