diff --git a/pyzebra/__init__.py b/pyzebra/__init__.py index 68fcdb1..9f555c7 100644 --- a/pyzebra/__init__.py +++ b/pyzebra/__init__.py @@ -6,4 +6,4 @@ from pyzebra.h5 import * from pyzebra.merge_function import add_dict, unified_merge from pyzebra.xtal import * -__version__ = "0.2.0" +__version__ = "0.2.1"