From e2e59b83d1c0f2b3ea33a3c3de1030cfc7844af5 Mon Sep 17 00:00:00 2001 From: Stefan Jeske Date: Fri, 12 May 2023 13:37:00 +0200 Subject: [PATCH] bump versions (#20) --- __init__.py | 2 +- docs/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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