This release fixes a bug which prevents docker-hub from working in python 3. It also fixes user command bug where it was always displaying no results found.
Support for shorthand commands has also been added in this release. Following is the list of supported parameters:
* -h, --help show this help message and exit
* -u USERNAME, --username USERNAME The Docker Hub username
* -o ORGNAME, --orgname ORGNAME Your orgname
* -r REPONAME, --reponame REPONAME The name of repository
* -p [PAGE], --page [PAGE] The page of result to fetch
* -f {table,json}, --format {table,json} You can dispaly results in table, json formats