0.3.1 release
This commit is contained in:
parent
a2975812e2
commit
055dd7c8f4
@ -11,7 +11,7 @@ Installation
|
|||||||
|
|
||||||
Using `pip <https://pypi.python.org/pypi/pip>`_: run ``pip install hererocks``, using ``sudo`` if necessary.
|
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.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
|
Usage
|
||||||
-----
|
-----
|
||||||
|
|||||||
@ -20,7 +20,7 @@ try:
|
|||||||
except ImportError:
|
except ImportError:
|
||||||
from urllib.request import urlretrieve
|
from urllib.request import urlretrieve
|
||||||
|
|
||||||
hererocks_version = "Hererocks 0.3.0"
|
hererocks_version = "Hererocks 0.3.1"
|
||||||
__all__ = ["main"]
|
__all__ = ["main"]
|
||||||
|
|
||||||
opts = None
|
opts = None
|
||||||
|
|||||||
2
setup.py
2
setup.py
@ -9,7 +9,7 @@ readme.close()
|
|||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="hererocks",
|
name="hererocks",
|
||||||
version="0.3.0",
|
version="0.3.1",
|
||||||
description="Tool for installing Lua and LuaRocks locally",
|
description="Tool for installing Lua and LuaRocks locally",
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
keywords="lua",
|
keywords="lua",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user