Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`ver[1,4]` returns `package_version` for a `package_version` object, and then we cannot use `ver[1,4] > 9000` because it cannot convert `9000` into a `package_version` to do the comparison. Also, it probably should be 9000 instead of 90000, that must have been a typo.
- Loading branch information