Hardcodes default min version to be "2.0", instead of using the default_min_version() function.
(The function was throwing an ImportError during tab completion, because it attempts to import "__version__", which isn't available at tab completion time.)