This release moves `pocketsnack` to PyPi. This means you can now install or upgrade by running:
pip install pocketsnack
- adds `--version` flag to check the current version
- configuration file is now created by running `--config` or running any command without a config file (**breaking change:** your old config file will no longer work unless you move it to `~/.pocketsnack_config.yml`)
- `--dedupe` didn't work, now it does
- optionally favorite the copy you are keeping when you run `--dedupe`
- improved docs and easier installation