diff --git a/molecularnodes/__init__.py b/molecularnodes/__init__.py index 20a6c1d1..58967880 100644 --- a/molecularnodes/__init__.py +++ b/molecularnodes/__init__.py @@ -24,7 +24,7 @@ "author": "Brady Johnston", "description": "Toolbox for molecular animations in Blender & Geometry Nodes.", "blender": (4, 1, 0), - "version": (4, 1, 0), + "version": (4, 1, 1), "location": "Scene Properties -> Molecular Nodes", "warning": "", "doc_url": "https://bradyajohnston.github.io/MolecularNodes/", diff --git a/molecularnodes/assets/template/Molecular Nodes.zip b/molecularnodes/assets/template/Molecular Nodes.zip index c096e750..d38dc396 100644 Binary files a/molecularnodes/assets/template/Molecular Nodes.zip and b/molecularnodes/assets/template/Molecular Nodes.zip differ diff --git a/pyproject.toml b/pyproject.toml index 6cb96144..9be69934 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "molecularnodes" -version = "4.1.0" +version = "4.1.1" description = "Toolbox for molecular animations with Blender and Geometry Nodes." authors = ["Brady Johnston "] license = "MIT"