From 5d41abe60f1f7de055700c83ec18c46e7b321810 Mon Sep 17 00:00:00 2001 From: Brady Johnston Date: Fri, 5 Jan 2024 10:42:19 +0800 Subject: [PATCH] bump version --- molecularnodes/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"