From 4982b05de01b6e3f5df1c8ddc9db730bf0e40680 Mon Sep 17 00:00:00 2001 From: Ivan Usov Date: Mon, 12 Apr 2021 09:10:35 +0200 Subject: [PATCH] Updating for version 0.3.1 --- pyzebra/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyzebra/__init__.py b/pyzebra/__init__.py index 0baf082..e229a0d 100644 --- a/pyzebra/__init__.py +++ b/pyzebra/__init__.py @@ -4,4 +4,4 @@ from pyzebra.h5 import * from pyzebra.xtal import * from pyzebra.ccl_process import * -__version__ = "0.3.0" +__version__ = "0.3.1"