0.8.1 release

This commit is contained in:
Peter Melnichenko 2016-06-12 23:51:21 +03:00
parent fa0a6f6a53
commit 1839dd5cc6
2 changed files with 2 additions and 2 deletions

View File

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

View File

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