Published 1.0.22
Bug Fix: Fixed bad regression introduced in 1.0.20 where imported modules that are imported with the import xyz
statement (as opposed to the from xyz import abc
form) are reported as 'unbound'. This occurs only if there is no type stub file found for that import.