0.6.1 release

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

View File

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

View File

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