Skip to content

Commit

Permalink
0.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeterv committed Dec 22, 2015
1 parent a297581 commit 055dd7c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.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
-----
Expand Down
2 changes: 1 addition & 1 deletion hererocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 055dd7c

Please sign in to comment.