From d8b5353db98439e53e0eabdb302052260d265502 Mon Sep 17 00:00:00 2001 From: Fabian Zills <46721498+PythonFZ@users.noreply.github.com> Date: Wed, 14 Aug 2024 09:17:45 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a745e6f4..95ccd821 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "zndraw" -version = "0.4.6" +version = "0.4.7" description = "Display and Edit Molecular Structures and Trajectories in the Browser." authors = ["zincwarecode "] license = "License :: OSI Approved :: Eclipse Public License 2.0 (EPL-2.0)"