Closed ogroef closed 5 years ago
Hi
Is there a method to retrieve the library version. I am using your lib in my project, and I list all used library with there version. Now I hardcode the version of the lib, but it would be nice to retreive the version from the lib.
Regards Olivier
Hi,
import yattag print(yattag.__version__)
Is this what you were looking for?
Works like a charm, thx
Hi
Is there a method to retrieve the library version. I am using your lib in my project, and I list all used library with there version. Now I hardcode the version of the lib, but it would be nice to retreive the version from the lib.
Regards Olivier