0.4.0 release

This commit is contained in:
mpeterv 2016-01-03 15:48:31 +03:00
parent 886f1f5969
commit acfcfdf347
3 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ Installation
Using `pip <https://pypi.python.org/pypi/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
-----

View File

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

View File

@ -9,7 +9,7 @@ readme.close()
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",