From 2581cbf8b9d50913fee4b162db915499efeff659 Mon Sep 17 00:00:00 2001 From: Rohit Gupta Date: Sat, 2 Nov 2019 18:45:38 +0530 Subject: [PATCH] update to v1.2.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3537f42..2f56ef3 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ DESCRIPTION = "Program to automatically set Bing's `Photo of the day` as your Desktop's wallpaper." URL = "https://github.com/guptarohit/freshpaper" AUTHOR = "Rohit Gupta" -VERSION = "1.2.0" +VERSION = "1.2.1" # Packages are required for this module REQUIRED = ["click", "Pillow"]