diff --git a/__init__.py b/__init__.py index eb9c57b..2b0824c 100644 --- a/__init__.py +++ b/__init__.py @@ -2,7 +2,7 @@ "name": "Sequence Loader", "description": "Loader for meshio supported mesh files/ simulation sequences", "author": "Interactive Computer Graphics", - "version": (0, 1, 4), + "version": (0, 1, 5), "blender": (3, 4, 0), "warning": "", "support": "COMMUNITY", diff --git a/docs/conf.py b/docs/conf.py index e11683c..617f075 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -9,7 +9,7 @@ project = 'blender-sequence-loader' copyright = '2022, InteractiveComputerGraphics' author = 'InteractiveComputerGraphics' -release = '0.1.3' +release = '0.1.5' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration