From f995a41999dbf81ad99e2490a019269f248ae04d Mon Sep 17 00:00:00 2001 From: Rohit Gupta <7895001+guptarohit@users.noreply.github.com> Date: Sat, 29 Oct 2022 19:36:25 +0530 Subject: [PATCH] Bump version to 1.2.2 (#29) --- pyproject.toml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 137ceb8..fc71f7d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "freshpaper" -version = "1.2.1" +version = "1.2.2" description = "Program to automatically set Bing's `Photo of the day` as your Desktop's wallpaper." authors = ["Rohit Gupta "] license = "BSD-3-Clause" diff --git a/setup.py b/setup.py index c902fe0..4b10adb 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.1" +VERSION = "1.2.2" # Packages are required for this module REQUIRED = ["click", "Pillow"]