Skip to content

Commit

Permalink
Bump version to 1.2.2 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
guptarohit committed Oct 31, 2022
1 parent 11cd4d5 commit f995a41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "BSD-3-Clause"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit f995a41

Please sign in to comment.