We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1351858 commit e2e59b8Copy full SHA for e2e59b8
__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, 4),
+ "version": (0, 1, 5),
6
"blender": (3, 4, 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.3'
+release = '0.1.5'
13
14
# -- General configuration ---------------------------------------------------
15
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
0 commit comments