From f96198c31e1c1b2ec7932ec60f9156728c755f3d Mon Sep 17 00:00:00 2001 From: Ahmed Ilyas <ahmed.n.ilyas@gmail.com> Date: Tue, 11 Mar 2025 13:43:29 +0100 Subject: [PATCH] Revert to dynamic version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 81e4c3f87c..a51ecf825c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ readme = "README.md" authors = [ { name = "NOMAD Laboratory", email = 'markus.scheidgen@physik.hu-berlin.de' }, ] -version = "1.3.15" +dynamic = ["version"] license = { text = "Apache-2.0" } requires-python = ">=3.10" -- GitLab