0.13.1 release

This commit is contained in:
Peter Melnichenko 2017-01-09 14:14:43 +03:00
parent 09ea6dd2e4
commit 3ca0d2e863
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ if os.name == "nt":
except ImportError: except ImportError:
import winreg import winreg
hererocks_version = "Hererocks 0.13.0" hererocks_version = "Hererocks 0.13.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.13.0", version="0.13.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",