From 88cf6a33af3e72a5a76b6d3c5c412bf6c6ef6f44 Mon Sep 17 00:00:00 2001 From: Jack Greisman Date: Wed, 23 Oct 2019 22:00:47 -0400 Subject: [PATCH] Bump minor version to 0.2.0: - Added custom dtypes to enable persistence of MTZ datatypes - Add mtz.write() function to write out Crystal objects as MTZs - Update read() methods to assign correct MTZ-based datatypes --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0f6484d0..62b917b4 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='reciprocalspaceship', - version='0.1.2', + version='0.2.0', author='Kevin M. Dalton; Jack B. Greisman', author_email='kmdalton@g.harvard.edu; greisman@g.harvard.edu', packages=find_packages(),