0.1.0 release

This commit is contained in:
mpeterv 2015-11-29 13:02:04 +03:00
parent 676032f97a
commit 66c19b8866
2 changed files with 2 additions and 2 deletions

View File

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

View File

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