diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index f7ad4e07ff5f120524a94a39afba4551d6d36685..30d14637d87abc146aac03a4c80cbd28310dc608 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -8,4 +8,5 @@ The following people contributed to the developpement of this code (chronologic + Antonin Sauret + Vadim Gubaidulin + Keon Hee Kim -+ Salah Eddine Feddaoui Dellalou \ No newline at end of file ++ Salah Eddine Feddaoui Dellalou ++ Teresia Olsson \ No newline at end of file diff --git a/README.md b/README.md index 9591f8b37b4778b9cfb41f1f256f3db03510f67a..715e0b187c8d2e7dfe195fab5b2a0c8ac60f2899 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ References ---------- If used in a publication, please cite mbtrack2 paper and the zenodo archive for the corresponding code version (and any other paper in this list for more specific features). -[](https://doi.org/10.5281/zenodo.12749990) +[](https://doi.org/10.5281/zenodo.14418989) ### mbtrack2 general features 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. diff --git a/mbtrack2/__init__.py b/mbtrack2/__init__.py index 83082c2c222729087eb3770fe2cc4b55750de30a..ac4b78db770dd195d8ab1655f7847a3eb95857d7 100644 --- a/mbtrack2/__init__.py +++ b/mbtrack2/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -__version__ = "0.7.0" +__version__ = "0.8.0" from mbtrack2.impedance import * from mbtrack2.instability import * from mbtrack2.tracking import * @@ -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, Jull. 17, 2024. doi: 10.5281/zenodo.12749990." + "[1] A. Gamelin, W. Foosang, N. Yamamoto, V. Gubaidulin and R. Nagaoka, “mbtrack2â€. Zenodo, Dec. XX, 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." diff --git a/pyproject.toml b/pyproject.toml index 463b6d2ff1e4a4595242f796cdeff211988cece4..521f7d36ddfd788501877c4aa5f1e238b6794346 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mbtrack2" -version = "0.7.0" +version = "0.8.0" description = "A coherent object-oriented framework to work on collective effects in synchrotrons." authors = ["Alexis Gamelin <alexis.gamelin@synchrotron-soleil.fr>"] license = "BSD-3-Clause"