update to version 0.1.3

This commit is contained in:
7sDream 2017-06-21 00:52:08 +08:00
parent 98cd6345b8
commit 817d816d7f
No known key found for this signature in database
GPG Key ID: 72A6D9FCEDDAB75D

View File

@ -35,7 +35,7 @@ __all__ = [
'TorrentFileParser', 'TorrentFileParser',
] ]
__version__ = '0.1.1' __version__ = '0.1.3'
class InvalidTorrentDataException(Exception): class InvalidTorrentDataException(Exception):