Skip to content

Commit

Permalink
backend: Bump version 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luisbocanegra committed Dec 18, 2023
1 parent 226c7c8 commit 1cde712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kde_material_you_colors/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import sysconfig
from kde_material_you_colors.utils.utils import find_executable

__version__ = "1.6.0"
__version__ = "1.7.0"
USERNAME = getpass.getuser()
USER_HAS_PYWAL = importlib.util.find_spec("pywal") is not None
HOME = str(Path.home())
Expand Down

0 comments on commit 1cde712

Please sign in to comment.