We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eb41f0 commit 392e471Copy full SHA for 392e471
chromadesk/__init__.py
@@ -4,4 +4,4 @@
4
This package provides tools for automatically fetching and applying beautiful wallpapers from Bing or custom sources.
5
"""
6
7
-__version__ = "0.3.1"
+__version__ = "0.3.2"
pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "chromadesk"
8
-version = "0.3.1" # Updated version
+version = "0.3.2" # Updated version
9
authors = [
10
{ name="Anant Patel", email="anantpatel2000@pm.me" },
11
]
0 commit comments