update to version 0.1.2

v0.1.2
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
1 changed files with 1 additions and 1 deletions

View File

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