diff --git a/molecularnodes/__init__.py b/molecularnodes/__init__.py index 753c172b..4652744a 100644 --- a/molecularnodes/__init__.py +++ b/molecularnodes/__init__.py @@ -16,7 +16,7 @@ "author" : "Brady Johnston", "description" : "Toolbox for molecular animations in Blender & Geometry Nodes.", "blender" : (4, 0, 0), - "version" : (4, 0, 6), + "version" : (4, 0, 7), "location" : "Scene Properties -> Molecular Nodes", "warning" : "", "doc_url" : "https://bradyajohnston.github.io/MolecularNodes/", diff --git a/pyproject.toml b/pyproject.toml index ab7c25b6..8f272dea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "molecularnodes" -version = "4.0.6" +version = "4.0.7" description = "Toolbox for molecular animations with Blender and Geometry Nodes." authors = ["Brady Johnston "] license = "MIT"