Skip to content

Commit

Permalink
0.14.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeterv committed Jan 31, 2017
1 parent d173a0b commit cd483f5
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 @@ -95,7 +95,7 @@ Lua and LuaJIT have some flags that add compatibility with other Lua versions. L
Installing standard PUC-Rio Lua
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Available versions: 5.1 - 5.1.5, 5.2.0 - 5.2.4, 5.3.0 - 5.3.3.
Available versions: 5.1 - 5.1.5, 5.2.0 - 5.2.4, 5.3.0 - 5.3.4.

Use ``5.1.0`` to install Lua ``5.1`` which was released without patch version for some reason.

Expand Down
2 changes: 1 addition & 1 deletion hererocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
except ImportError:
import winreg

hererocks_version = "Hererocks 0.13.1"
hererocks_version = "Hererocks 0.14.0"
__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.13.1",
version="0.14.0",
description="Tool for installing Lua and LuaRocks locally",
long_description=long_description,
keywords="lua",
Expand Down

0 comments on commit cd483f5

Please sign in to comment.