From f63e4b391a62d937a7130ccce62d11ed747715ac Mon Sep 17 00:00:00 2001 From: Lucy Whalley Date: Sat, 18 May 2019 16:24:18 +0100 Subject: [PATCH] update version number before release --- effmass/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/effmass/__init__.py b/effmass/__init__.py index 00a9a4e..5e1eb17 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.0.0' +__version__ = '1.1.0'