Hey there,

in the source code under monkeysign/__init__.py I found those two lines
which are pretty interesting for this:

  3 __version_info__ = ('1', '1')
  4 __version__ = '.'.join(__version_info__)

now in the 2.x branch the __version_info__ variable hasn't been bumped
to something meaningful, but it could easily be done.

and with this info already in place, implementing --version is just a
matter of printing __version__  ;)

-- 
Gabriel Filion

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to