fixes
- there were some issues when specifying `"radius_crs"` in conjunction with `"cpos"` that are fixed now
- `"radius_crs"` can be one of `"in"`, `"out"` or any crs-specification recognized by `pyproj`
- `"cpos"` can be one of `"c"`, `"ul"`, `"ur"`, `"ll"`, `"lr"`
- fix typo in README: `xcoord="lon"` and `ycoord="lat"`
- use explicit "VERSION" file to specify module-version in one place