diff --git a/README.rst b/README.rst index 0533f30..e546c1a 100644 --- a/README.rst +++ b/README.rst @@ -109,7 +109,7 @@ Available versions: 2.0.0 - 2.0.4, 2.1.0-beta1 - 2.1.0-beta2. Installing LuaRocks ^^^^^^^^^^^^^^^^^^^ -Available versions: 2.0.8 - 2.0.13, 2.1.0 - 2.1.2, 2.2.0 - 2.2.2, 2.3.0, 3 (installs from ``luarocks-3`` branch of the LuaRocks git repository). +Available versions: 2.0.8 - 2.0.13, 2.1.0 - 2.1.2, 2.2.0 - 2.2.2, 2.3.0, 2.4.0, 3 (installs from ``luarocks-3`` branch of the LuaRocks git repository). Version 2.0.8 does not support Lua 5.2. Versions 2.0.8 - 2.1.2 do not support Lua 5.3. diff --git a/hererocks.py b/hererocks.py index 53918b0..8c50f28 100755 --- a/hererocks.py +++ b/hererocks.py @@ -31,7 +31,7 @@ except ImportError: import winreg -hererocks_version = "Hererocks 0.10.0" +hererocks_version = "Hererocks 0.11.0" __all__ = ["main"] opts = None diff --git a/setup.py b/setup.py index 7fbaac7..23489ef 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setuptools.setup( name="hererocks", - version="0.10.0", + version="0.11.0", description="Tool for installing Lua and LuaRocks locally", long_description=long_description, keywords="lua",