0.16.0 release

This commit is contained in:
Peter Melnichenko 2017-06-10 19:39:58 +03:00
parent 1704d44482
commit a614537aad
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ if os.name == "nt":
except ImportError: except ImportError:
import winreg import winreg
hererocks_version = "Hererocks 0.15.0" hererocks_version = "Hererocks 0.16.0"
__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.15.0", version="0.16.0",
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",