diff --git a/README.rst b/README.rst index 6a1d8c0..8ac6793 100644 --- a/README.rst +++ b/README.rst @@ -73,7 +73,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.2. +Available versions: 5.1 - 5.1.5, 5.2.0 - 5.2.4, 5.3.0 - 5.3.3. Use ``5.1.0`` to install Lua ``5.1`` which was released without patch version for some reason. diff --git a/hererocks.py b/hererocks.py index dfecf77..9467106 100755 --- a/hererocks.py +++ b/hererocks.py @@ -29,7 +29,7 @@ if os.name == "nt": except ImportError: import winreg -hererocks_version = "Hererocks 0.7.0" +hererocks_version = "Hererocks 0.8.0" __all__ = ["main"] opts = None diff --git a/setup.py b/setup.py index b7b25e6..ce2c1a5 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ readme.close() setuptools.setup( name="hererocks", - version="0.7.0", + version="0.8.0", description="Tool for installing Lua and LuaRocks locally", long_description=long_description, keywords="lua",