diff --git a/molecularnodes/__init__.py b/molecularnodes/__init__.py index 58967880..fbe07ee6 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, 1), + "version": (4, 1, 2), "location": "Scene Properties -> Molecular Nodes", "warning": "", "doc_url": "https://bradyajohnston.github.io/MolecularNodes/", diff --git a/pyproject.toml b/pyproject.toml index 9be69934..d16126f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "molecularnodes" -version = "4.1.1" +version = "4.1.2" description = "Toolbox for molecular animations with Blender and Geometry Nodes." authors = ["Brady Johnston "] license = "MIT"