Update version for rencode module.

This commit is contained in:
Chase Sterling 2012-11-29 23:11:16 -05:00
parent 48cbf0d9b0
commit 3d76ab1832
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ rencode module versions, so you should check that you are using the
same rencode version throughout your project.
"""
__version__ = '1.0.1'
__version__ = '1.0.2'
__all__ = ['dumps', 'loads']
# Original bencode module by Petru Paler, et al.