diff options
author | Olivier Tilloy <olivier@tilloy.net> | 2011-10-24 19:43:59 +0200 |
---|---|---|
committer | Olivier Tilloy <olivier@tilloy.net> | 2011-10-24 19:43:59 +0200 |
commit | ca653b9fdd7469bfcfd4be393342963f3522f0e2 (patch) | |
tree | cbe164634324c8bed56887cf90856b906358fd03 /src | |
parent | f81ca4cb556555910dc153f656d92f4bda77a1f4 (diff) | |
parent | 9c114d6f1d18e1e72d154e9a27b610ae8196144d (diff) | |
download | pyexiv2-ca653b9fdd7469bfcfd4be393342963f3522f0e2.tar.gz |
Merge the 0.3.2 release.release-0.3.2
Diffstat (limited to 'src')
-rw-r--r-- | src/pyexiv2/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pyexiv2/__init__.py b/src/pyexiv2/__init__.py index bc8f0d7..3772226 100644 --- a/src/pyexiv2/__init__.py +++ b/src/pyexiv2/__init__.py @@ -75,7 +75,7 @@ def _make_version(version_info): #: A tuple containing the three components of the version number: major, minor, micro. -version_info = (0, 3, 1) +version_info = (0, 3, 2) #: The version of the module as a string (major.minor.micro). __version__ = _make_version(version_info) |