Skip to content
This repository has been archived by the owner on Mar 30, 2023. It is now read-only.

Commit

Permalink
Bump to version 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rfk committed Feb 3, 2012
1 parent 367fd69 commit abfa121
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
@@ -1,4 +1,4 @@
0.3.2 - XXXX-XX-XX
0.3.2 - 2012-02-03
==================

* Fix segfaults on OSX.
Expand Down
4 changes: 3 additions & 1 deletion setup.py
Expand Up @@ -13,11 +13,13 @@
requires = ['M2Crypto']

setup(name='PyVEP',
version='0.3.1',
version='0.3.2',
description='Python library for the Verified Email Protocol',
long_description=README + '\n\n' + CHANGES,
license='MPLv2.0',
classifiers=[
"Programming Language :: Python",
"License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)",
],
author='Mozilla Identity Team',
author_email='dev-identity@lists.mozilla.org',
Expand Down
2 changes: 1 addition & 1 deletion vep/__init__.py
Expand Up @@ -9,7 +9,7 @@

__ver_major__ = 0
__ver_minor__ = 3
__ver_patch__ = 1
__ver_patch__ = 2
__ver_sub__ = ""
__ver_tuple__ = (__ver_major__, __ver_minor__, __ver_patch__, __ver_sub__)
__version__ = "%d.%d.%d%s" % __ver_tuple__
Expand Down

0 comments on commit abfa121

Please sign in to comment.