version: bump

This commit is contained in:
Dylan Araps 2017-07-28 16:00:56 +10:00
parent a522142377
commit 82e15672ba
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1,2 @@
include pywal/templates/*
include pywal/scripts/*

View File

@ -12,7 +12,7 @@ Created by Dylan Araps.
import pathlib
__version__ = "0.5.1"
__version__ = "0.5.2"
HOME = pathlib.Path.home()