diff --git a/pyzebra/__init__.py b/pyzebra/__init__.py index 07faae73751331f46408e46aed74c1ac8151f20f..b5322e5c7a77516b16b6ef837867a79ef69b0ff6 100644 --- a/pyzebra/__init__.py +++ b/pyzebra/__init__.py @@ -8,4 +8,4 @@ ZEBRA_PROPOSALS_PATHS = [ f"/afs/psi.ch/project/sinqdata/{year}/zebra/" for year in (2016, 2017, 2018, 2020, 2021) ] -__version__ = "0.3.2" +__version__ = "0.4.0"