summaryrefslogtreecommitdiff
path: root/pywal
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2018-04-01 16:51:19 +1000
committerDylan Araps <dylan.araps@gmail.com>2018-04-01 16:51:19 +1000
commit086f4186481d7ec2d38cd13ba8983ba726fe6265 (patch)
tree9dacef12d2f1d97d954abfaea74fd580fe41de40 /pywal
parent61ba210355e06e4ec09f268e8eabf85193728a85 (diff)
version: bump
Diffstat (limited to 'pywal')
-rw-r--r--pywal/settings.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pywal/settings.py b/pywal/settings.py
index fd12105..7e80174 100644
--- a/pywal/settings.py
+++ b/pywal/settings.py
@@ -13,8 +13,8 @@ import os
import platform
-__version__ = "1.3.3"
-__cache_version__ = "1.0.0"
+__version__ = "2.0.0"
+__cache_version__ = "1.1.0"
HOME = os.getenv("HOME", os.getenv("USERPROFILE"))