- Added async requests for downloading NICER datasets and dropped `wget` dependency, smaller files set to download asynchronously, while large files are still downloaded synchronously
- Moved data retrieval from HEASARC FTP servers to AWS S3 bucket for faster download speeds
- Bumped astroquery dependency to >= 0.4.8
- Refactored `AutoNICER` class attributes to work off of a single queue of dicts rather than multiple list attributes
- Added logging set to info level
- Added `--version` to cli and updated `--inlist` dest and description