version: bump

This commit is contained in:
Dylan Araps 2018-04-01 16:51:19 +10:00
parent 61ba210355
commit 086f418648

View File

@ -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"))