From 6d9a68ba597500ef9b9c094bd0d1f9059f08f357 Mon Sep 17 00:00:00 2001 From: 7sDream <7seconddream@gmail.com> Date: Tue, 20 Jun 2017 15:43:18 +0800 Subject: [PATCH] update to version 0.1.1 --- torrent_parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):