diff --git a/README.rst b/README.rst index b360871..7c14ff1 100644 --- a/README.rst +++ b/README.rst @@ -11,7 +11,7 @@ Installation Using `pip `_: run ``pip install hererocks``, using ``sudo`` if necessary. -Manually: download hererocks with ``wget https://raw.githubusercontent.com/mpeterv/hererocks/0.3.1/hererocks.py``, then use ``python hererocks.py ...`` to run it. +Manually: download hererocks with ``wget https://raw.githubusercontent.com/mpeterv/hererocks/0.4.0/hererocks.py``, then use ``python hererocks.py ...`` to run it. Usage ----- diff --git a/hererocks.py b/hererocks.py index 17ab7c2..a273235 100755 --- a/hererocks.py +++ b/hererocks.py @@ -20,7 +20,7 @@ except ImportError: from urllib.request import urlretrieve -hererocks_version = "Hererocks 0.3.1" +hererocks_version = "Hererocks 0.4.0" __all__ = ["main"] opts = None diff --git a/setup.py b/setup.py index 714ce31..51dac06 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setuptools.setup( name="hererocks", - version="0.3.1", + version="0.4.0", description="Tool for installing Lua and LuaRocks locally", long_description=long_description, keywords="lua",