0.6.2 release

This commit is contained in:
mpeterv 2016-03-22 16:59:05 +03:00
parent 79a577e72b
commit 528e8c2be7
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ try:
except ImportError:
from urllib.request import urlretrieve
hererocks_version = "Hererocks 0.6.1"
hererocks_version = "Hererocks 0.6.2"
__all__ = ["main"]
opts = None

View File

@ -9,7 +9,7 @@ readme.close()
setuptools.setup(
name="hererocks",
version="0.6.1",
version="0.6.2",
description="Tool for installing Lua and LuaRocks locally",
long_description=long_description,
keywords="lua",