From 40206fd7e557c7e8f24de5ab6e23e6650f09db93 Mon Sep 17 00:00:00 2001 From: Gamelin Alexis <alexis.gamelin@synchrotron-soleil.fr> Date: Fri, 5 May 2023 17:20:13 +0200 Subject: [PATCH] Update licence file Add version number --- LICENSE | 2 +- mbtrack2/__init__.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 198ed94..8c09e5d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ BSD 3-Clause License -Copyright (c) 2021, SOLEIL Synchrotron +Copyright (c) 2021-2023, SOLEIL Synchrotron All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/mbtrack2/__init__.py b/mbtrack2/__init__.py index 62a6923..ca33de1 100644 --- a/mbtrack2/__init__.py +++ b/mbtrack2/__init__.py @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +__version__="0.4" from mbtrack2.tracking import * from mbtrack2.impedance import * from mbtrack2.instability import * -- GitLab