Module: deluge Branch: master Commit: 3d76ab18324e29d00b04e1d7e99dd783ef8329b2
Author: Chase Sterling <[email protected]> Date: Thu Nov 29 23:11:16 2012 -0500 Update version for rencode module. --- deluge/rencode.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/deluge/rencode.py b/deluge/rencode.py index b1545a0..7c0f7d8 100644 --- a/deluge/rencode.py +++ b/deluge/rencode.py @@ -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. -- You received this message because you are subscribed to the Google Groups "deluge-commit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/deluge-commit?hl=en.
