From 2537b8331a550ae0f3753f98ae27238e683b9ff8 Mon Sep 17 00:00:00 2001 From: Dustin Pianalto Date: Fri, 8 Jun 2018 14:50:22 -0800 Subject: [PATCH] version 0.6.1a --- src/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/__main__.py b/src/__main__.py index f83a158..7877b25 100644 --- a/src/__main__.py +++ b/src/__main__.py @@ -62,7 +62,7 @@ class Geeksbot(commands.Bot): self.voice_chans = {} self.spam_list = {} self.owner_id = 351794468870946827 - self.__version__ = '0.6.0a' + self.__version__ = '0.6.1a' self.gcs_service = build('customsearch', 'v1', developerKey=self.bot_secrets['google_search_key']) self.tpe = futures.ThreadPoolExecutor() self.geo_api = '2d4e419c2be04c8abe91cb5dd1548c72'