From 2ef5da600cae63dbe6c987af9815ab82288ea990 Mon Sep 17 00:00:00 2001 From: kshib Date: Tue, 10 Oct 2023 20:02:20 +0000 Subject: [PATCH] bump version -> 0.62.2 --- pyproject.toml | 2 +- wanda/wanda.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6495bc1..726746c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wanda" -version = "0.62.1" +version = "0.62.2" description = "Set wallpapers with keywords or randomly" authors = ["kshib "] license = "MIT" diff --git a/wanda/wanda.py b/wanda/wanda.py index 922a9b2..cac1dcc 100755 --- a/wanda/wanda.py +++ b/wanda/wanda.py @@ -11,7 +11,7 @@ import wanda.sources as sources folder = appdirs.user_cache_dir("wanda") -version = "0.62.1" +version = "0.62.2" def usage(level=0):