From 0b8a9176d63b90f00efb8442cb336f531f791d7e Mon Sep 17 00:00:00 2001 From: 7sDream <7seconddream@gmail.com> Date: Wed, 21 Jun 2017 00:49:23 +0800 Subject: [PATCH] update to version 0.1.2 --- torrent_parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/torrent_parser.py b/torrent_parser.py index fd27ea3..94cc432 100644 --- a/torrent_parser.py +++ b/torrent_parser.py @@ -29,7 +29,7 @@ __all__ = [ 'TorrentFileParser', ] -__version__ = '0.1.1' +__version__ = '0.1.2' class InvalidTorrentFileException(Exception):