diff --git a/README.rst b/README.rst index 7b1bf0a..b360871 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.0/hererocks.py``, then use ``python hererocks.py ...`` to run it. +Manually: download hererocks with ``wget https://raw.githubusercontent.com/mpeterv/hererocks/0.3.1/hererocks.py``, then use ``python hererocks.py ...`` to run it. Usage ----- diff --git a/hererocks.py b/hererocks.py index e9e4714..5aeeebc 100755 --- a/hererocks.py +++ b/hererocks.py @@ -20,7 +20,7 @@ except ImportError: from urllib.request import urlretrieve -hererocks_version = "Hererocks 0.3.0" +hererocks_version = "Hererocks 0.3.1" __all__ = ["main"] opts = None diff --git a/setup.py b/setup.py index 71efe49..714ce31 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setuptools.setup( name="hererocks", - version="0.3.0", + version="0.3.1", description="Tool for installing Lua and LuaRocks locally", long_description=long_description, keywords="lua",