diff --git a/molecularnodes/__init__.py b/molecularnodes/__init__.py index 76713ffd..b6710a22 100644 --- a/molecularnodes/__init__.py +++ b/molecularnodes/__init__.py @@ -25,7 +25,7 @@ "author": "Brady Johnston", "description": "Toolbox for molecular animations in Blender & Geometry Nodes.", "blender": (4, 1, 0), - "version": (4, 1, 2), + "version": (4, 1, 3), "location": "Scene Properties -> Molecular Nodes", "warning": "", "doc_url": "https://bradyajohnston.github.io/MolecularNodes/", diff --git a/pyproject.toml b/pyproject.toml index d16126f2..bd3f7236 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "molecularnodes" -version = "4.1.2" +version = "4.1.3" description = "Toolbox for molecular animations with Blender and Geometry Nodes." authors = ["Brady Johnston "] license = "MIT"