diff --git a/torrent_parser.py b/torrent_parser.py index 2a17a46..5ecd6ae 100644 --- a/torrent_parser.py +++ b/torrent_parser.py @@ -35,7 +35,7 @@ __all__ = [ 'TorrentFileParser', ] -__version__ = '0.1.1' +__version__ = '0.1.3' class InvalidTorrentDataException(Exception):