From 817d816d7fe1002336508b44f4e0b0db0656f70f Mon Sep 17 00:00:00 2001 From: 7sDream <7seconddream@gmail.com> Date: Wed, 21 Jun 2017 00:52:08 +0800 Subject: [PATCH] update to version 0.1.3 --- torrent_parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):