From f6280cc50e96c38a09f71993b815a762e69ff663 Mon Sep 17 00:00:00 2001
From: Alexis Gamelin <alexis.gamelin@synchrotron-soleil.fr>
Date: Thu, 18 Jul 2024 11:17:55 +0200
Subject: [PATCH] [Fix] DOI in __init__.py

---
 mbtrack2/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mbtrack2/__init__.py b/mbtrack2/__init__.py
index e478887..77657f5 100644
--- a/mbtrack2/__init__.py
+++ b/mbtrack2/__init__.py
@@ -40,7 +40,7 @@ print(
     "If used in a publication, please cite mbtrack2 paper and the zenodo archive for the corresponding code version (and other papers for more specific features)."
 )
 print(
-    "[1] A. Gamelin, W. Foosang, N. Yamamoto, V. Gubaidulin and R. Nagaoka, “mbtrack2”. Zenodo, Mar. 25, 2024. doi: 10.5281/zenodo.10871040."
+    "[1] A. Gamelin, W. Foosang, N. Yamamoto, V. Gubaidulin and R. Nagaoka, “mbtrack2”. Zenodo, Jull. 17, 2024. doi: 10.5281/zenodo.12749990."
 )
 print(
     "[2] A. Gamelin, W. Foosang, and R. Nagaoka, “mbtrack2, a Collective Effect Library in Python”, presented at the 12th Int. Particle Accelerator Conf. (IPAC'21), Campinas, Brazil, May 2021, paper MOPAB070."
-- 
GitLab