From 06e00b49af98c359eb0d4f3115aeff81e59b1141 Mon Sep 17 00:00:00 2001 From: zjmorgan Date: Thu, 25 Jul 2024 12:05:00 -0400 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 3ebd199..b6aef2f 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.4' +version = '1.5' 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."""