Skip to content

Commit

Permalink
bump version -> 0.62.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kshib committed Oct 10, 2023
1 parent e81804b commit 2ef5da6
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 = "wanda"
version = "0.62.1"
version = "0.62.2"
description = "Set wallpapers with keywords or randomly"
authors = ["kshib <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion wanda/wanda.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 2ef5da6

Please sign in to comment.