diff --git a/hererocks.py b/hererocks.py index ad81ba9..c62ec45 100755 --- a/hererocks.py +++ b/hererocks.py @@ -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 diff --git a/setup.py b/setup.py index 9c26a9e..fe9ccca 100644 --- a/setup.py +++ b/setup.py @@ -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",