LeoHsiao1 / pyexiv2

Read and write image metadata, including EXIF, IPTC, XMP, ICC Profile.
GNU General Public License v3.0
197 stars 39 forks source link

Please provide a way to easily access the version of pyexiv2 itself at runtime #80

Closed damonlynch closed 2 years ago

damonlynch commented 2 years ago

Thanks for taking the time to write this wrapper around exiv2! I especially appreciate it's so simple to install.

Regarding the issue, this would be great, for example:

import pyexiv2
pyexiv2.__version__

Not a big deal I know, but useful all the same. 😄

LeoHsiao1 commented 2 years ago

Hi there! Thank you for your advice. I have added the API and released v2.6.4 .