update to version 0.1.3

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

View File

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