diff --git a/scilpy/version.py b/scilpy/version.py index 894223786..01c19ddf2 100644 --- a/scilpy/version.py +++ b/scilpy/version.py @@ -5,7 +5,7 @@ # Format expected by setup.py and doc/source/conf.py: string of form "X.Y.Z" _version_major = 1 _version_minor = 2 -_version_micro = 1 +_version_micro = 2 _version_extra = '' # Construct full version string from these.