diff options
author | Olivier Tilloy <olivier@tilloy.net> | 2011-10-24 19:07:31 +0200 |
---|---|---|
committer | Olivier Tilloy <olivier@tilloy.net> | 2011-10-24 19:07:31 +0200 |
commit | 1db8ec18fc78d676d1da809035b1ed2bc953349f (patch) | |
tree | 5e59c98e2d6275486dd0c15b5d41e225d09039c2 | |
parent | f81ca4cb556555910dc153f656d92f4bda77a1f4 (diff) | |
download | pyexiv2-1db8ec18fc78d676d1da809035b1ed2bc953349f.tar.gz |
Bumped version number to 0.3.2.
-rw-r--r-- | src/pyexiv2/__init__.py | 2 | ||||
-rw-r--r-- | win32-installer.nsi | 2 |
2 files changed, 2 insertions, 2 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) diff --git a/win32-installer.nsi b/win32-installer.nsi index 1304368..8b6a1a4 100644 --- a/win32-installer.nsi +++ b/win32-installer.nsi @@ -19,7 +19,7 @@ !include nsDialogs.nsh !include LogicLib.nsh -!define PYEXIV2_VERSION "0.3.1" +!define PYEXIV2_VERSION "0.3.2" Name "pyexiv2 ${PYEXIV2_VERSION}" OutFile "pyexiv2-${PYEXIV2_VERSION}-setup.exe" |