From 5e3b4fffdfd7e10050f7cf9795ea872b3c8a1664 Mon Sep 17 00:00:00 2001 From: Alexis Gamelin <alexis.gamelin@synchrotron-soleil.fr> Date: Thu, 12 Dec 2024 17:15:06 +0100 Subject: [PATCH] Bump version and DOI for new version --- CONTRIBUTORS.md | 3 ++- README.md | 2 +- mbtrack2/__init__.py | 4 ++-- pyproject.toml | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index f7ad4e0..30d1463 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 9591f8b..715e0b1 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 83082c2..ac4b78d 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 463b6d2..521f7d3 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" -- GitLab