aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Araps <[email protected]>2017-08-13 23:04:52 +1000
committerDylan Araps <[email protected]>2017-08-13 23:04:52 +1000
commit611a276d8d033a814407385c99024ce1cdfa8423 (patch)
tree0f958fa79ab9b7fbb77ee70e158522c50db7477d
parentwallpaper: Correctly encode path. (diff)
downloadpywal-0.6.1.tar.xz
pywal-0.6.1.zip
version: bump0.6.1
-rw-r--r--pywal/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pywal/settings.py b/pywal/settings.py
index 3839f44..0f7c1a4 100644
--- a/pywal/settings.py
+++ b/pywal/settings.py
@@ -13,7 +13,7 @@ import os
import platform
-__version__ = "0.6.0"
+__version__ = "0.6.1"
HOME = os.environ["HOME"]