0.15.0 release

This commit is contained in:
Peter Melnichenko 2017-04-02 20:53:12 +03:00
parent cdd9e172e3
commit 15b8240a65
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ if os.name == "nt":
except ImportError:
import winreg
hererocks_version = "Hererocks 0.14.0"
hererocks_version = "Hererocks 0.15.0"
__all__ = ["main"]
opts = None

View File

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