From e6c0820f938115afaad7abeb1eea85947d4d14f0 Mon Sep 17 00:00:00 2001 From: Lucy Whalley Date: Tue, 15 Dec 2020 17:58:08 +0000 Subject: [PATCH] Correct version number. Previous 1.0.1 (confirmed through zenodo and github releases), though 1.1.0 was incorrectly listed here. this one is now 1.0.2 as minor revision. --- effmass/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/effmass/__init__.py b/effmass/__init__.py index b9b0417..d2c6c98 100644 --- a/effmass/__init__.py +++ b/effmass/__init__.py @@ -8,4 +8,4 @@ boltzmann= 1.38064852E-23 __all__ = ['inputs','outputs','extrema','analysis','dos'] -__version__ = '1.1.1' +__version__ = '1.0.2'