From d75767de97098608bdf9439ca68fb8fc7fb93619 Mon Sep 17 00:00:00 2001 From: zjmorgan Date: Tue, 12 Dec 2023 13:26:54 -0500 Subject: [PATCH] Bump version --- CrystalPlan_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CrystalPlan_version.py b/CrystalPlan_version.py index 4e8b17f..3ebd199 100644 --- a/CrystalPlan_version.py +++ b/CrystalPlan_version.py @@ -16,7 +16,7 @@ # revision = re.match("Revision: (\d+)", line).group(1) # return revision -version = '1.3' +version = '1.4' package_name = 'CrystalPlan' description = \ """CrystalPlan is an experiment planning tool for crystallography. You can choose an instrument and supply your sample's lattice parameters to simulate which reflections will be measured, by which detectors and at what wavelengths."""