From bab8536b0cddfe3523e92e52df7033149bc47653 Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Fri, 22 Dec 2017 11:34:24 +0100 Subject: [PATCH] Added init file in script folder that holds the current version of the repo. --- torrentSearch/__init__.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/torrentSearch/__init__.py b/torrentSearch/__init__.py index e69de29..ddac259 100644 --- a/torrentSearch/__init__.py +++ b/torrentSearch/__init__.py @@ -0,0 +1,5 @@ +# -*- encoding: utf-8 -*- + +"""Python Torrent Searcher/Scraper.""" + +__version__ = 'v0.0.2'