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"]