diff --git a/torrent_parser.py b/torrent_parser.py index e4f4b30..fd27ea3 100644 --- a/torrent_parser.py +++ b/torrent_parser.py @@ -29,7 +29,7 @@ __all__ = [ 'TorrentFileParser', ] -__version__ = '0.1.0' +__version__ = '0.1.1' class InvalidTorrentFileException(Exception):