Skip to content

Commit 81216f6

Browse files
0.1.3 version bump (#9)
* Update conf.py * bump version
1 parent 5be24db commit 81216f6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Sequence Loader",
33
"description": "Loader for meshio supported mesh files/ simulation sequences",
44
"author": "Interactive Computer Graphics",
5-
"version": (0, 1, 2),
5+
"version": (0, 1, 3),
66
"blender": (3, 1, 0),
77
"warning": "",
88
"support": "COMMUNITY",

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
project = 'blender-sequence-loader'
1010
copyright = '2022, InteractiveComputerGraphics'
1111
author = 'InteractiveComputerGraphics'
12-
release = '0.1.2'
12+
release = '0.1.3'
1313

1414
# -- General configuration ---------------------------------------------------
1515
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
@@ -33,4 +33,4 @@
3333
}
3434

3535

36-
myst_heading_anchors = 2
36+
myst_heading_anchors = 2

0 commit comments

Comments
 (0)