diff options
author | Olivier Tilloy <olivier@tilloy.net> | 2009-01-09 20:26:08 +0100 |
---|---|---|
committer | Olivier Tilloy <olivier@tilloy.net> | 2009-01-09 20:26:08 +0100 |
commit | 7e438eae3bc03451ecebd8690496ace9005988b7 (patch) | |
tree | 72ed867fd7b0a855be3035d2e367b66aec5f529d /src/pyexiv2.py | |
parent | e01497fc943963a82c7c84ef94798e6e43027198 (diff) | |
download | pyexiv2-7e438eae3bc03451ecebd8690496ace9005988b7.tar.gz |
Module attributes for the versions of exiv2 and pyexiv2.
Diffstat (limited to 'src/pyexiv2.py')
-rw-r--r-- | src/pyexiv2.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/pyexiv2.py b/src/pyexiv2.py index cd13a5c..e37076a 100644 --- a/src/pyexiv2.py +++ b/src/pyexiv2.py @@ -64,6 +64,12 @@ import time import datetime import re + +__version__ = (0, 2, 1) + +__exiv2_version__ = libexiv2python.__exiv2_version__ + + class FixedOffset(datetime.tzinfo): """ |