if version is not passed in click.version_option(), click attempts to take it from setuptools. From local testing it is working.
Cool :)
:thumbsup: :beer:
rebased
Pull-Request has been merged by vivekanand1101
if version is not passed in click.version_option(),
click attempts to take it from setuptools. From local
testing it is working.