Update version for rencode module.
This commit is contained in:
parent
48cbf0d9b0
commit
3d76ab1832
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue