update to version 0.1.2

This commit is contained in:
7sDream 2017-06-21 00:49:23 +08:00
parent 6d9a68ba59
commit 0b8a9176d6
No known key found for this signature in database
GPG Key ID: 72A6D9FCEDDAB75D

View File

@ -29,7 +29,7 @@ __all__ = [
'TorrentFileParser', 'TorrentFileParser',
] ]
__version__ = '0.1.1' __version__ = '0.1.2'
class InvalidTorrentFileException(Exception): class InvalidTorrentFileException(Exception):