From 5a684face25e3f7202a698a8223b14956ea40337 Mon Sep 17 00:00:00 2001 From: Alexis Gamelin <alexis.gamelin@synchrotron-soleil.fr> Date: Mon, 16 Dec 2024 12:57:15 +0100 Subject: [PATCH] Add date --- mbtrack2/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mbtrack2/__init__.py b/mbtrack2/__init__.py index ac4b78d..9e27c5a 100644 --- a/mbtrack2/__init__.py +++ b/mbtrack2/__init__.py @@ -42,7 +42,7 @@ def print_version(): "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, Dec. XX, 2024. doi: 10.5281/zenodo.14418989." + "[1] A. Gamelin, W. Foosang, N. Yamamoto, V. Gubaidulin and R. Nagaoka, “mbtrack2”. Zenodo, Dec. 16, 2024. doi: 10.5281/zenodo.14418989." ) 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