From e5a34552fcd360b19e077b65e9619e77674d3714 Mon Sep 17 00:00:00 2001 From: Michal Handzlik Date: Wed, 27 Mar 2019 11:30:49 +0100 Subject: [PATCH] Add __version__ to main __init__.py --- __init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/__init__.py b/__init__.py index 9477b21e..0d5f09f3 100644 --- a/__init__.py +++ b/__init__.py @@ -19,3 +19,5 @@ def __autoimport(path, folders): __all__ = __autoimport(__path__[0], ['core', 'mol', 'interfaces', 'tools', 'recipes']) + +__version__ = 1.4