update to version 0.1.1

dev v0.1.1
7sDream 2017-06-20 15:43:18 +08:00
parent 29b4caccec
commit 6d9a68ba59
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.0'
__version__ = '0.1.1'
class InvalidTorrentFileException(Exception):