From 98a76ebf635c8cb3779336e4e510ea9ad45af3be Mon Sep 17 00:00:00 2001 From: Ivan Usov <ivan.usov@psi.ch> Date: Mon, 3 Jan 2022 17:34:23 +0100 Subject: [PATCH] Updating for version 0.6.4 --- pyzebra/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyzebra/__init__.py b/pyzebra/__init__.py index f665f3d..fc95045 100644 --- a/pyzebra/__init__.py +++ b/pyzebra/__init__.py @@ -5,4 +5,4 @@ from pyzebra.h5 import * from pyzebra.utils import * from pyzebra.xtal import * -__version__ = "0.6.3" +__version__ = "0.6.4" -- GitLab