From 7452af8bd00591a43678327c5a17186a302a499f Mon Sep 17 00:00:00 2001 From: Ali Parlakci Date: Thu, 12 Jul 2018 01:16:28 +0300 Subject: [PATCH] Author added --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2bb5e54..3d3eb57 100644 --- a/setup.py +++ b/setup.py @@ -4,8 +4,9 @@ from cx_Freeze import setup, Executable setup( name = "Bulk Downloader for Reddit", - version = "1.0.1", + version = "1.1.0", description = "Bulk Downloader for Reddit", + author = "Ali Parlakci", executables = [Executable("script.py")], options = {"build_exe": {"packages":["idna","imgurpython", "praw", "requests"]}})