We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff2a8e4 commit aa9356dCopy full SHA for aa9356d
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.0"
+__version__ = "0.3.1"
pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "chromadesk"
8
-version = "0.3.0" # Updated version
+version = "0.3.1" # Updated version
9
authors = [
10
{ name="Anant Patel", email="anantpatel2000@pm.me" },
11
]
0 commit comments