File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ Lua and LuaJIT have some flags that add compatibility with other Lua versions. L
9595Installing standard PUC-Rio Lua
9696^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9797
98- Available versions: 5.1 - 5.1.5, 5.2.0 - 5.2.4, 5.3.0 - 5.3.3 .
98+ Available versions: 5.1 - 5.1.5, 5.2.0 - 5.2.4, 5.3.0 - 5.3.4 .
9999
100100Use ``5.1.0 `` to install Lua ``5.1 `` which was released without patch version for some reason.
101101
Original file line number Diff line number Diff line change 3232 except ImportError :
3333 import winreg
3434
35- hererocks_version = "Hererocks 0.13.1 "
35+ hererocks_version = "Hererocks 0.14.0 "
3636__all__ = ["main" ]
3737
3838opts = None
Original file line number Diff line number Diff line change 99
1010setuptools .setup (
1111 name = "hererocks" ,
12- version = "0.13.1 " ,
12+ version = "0.14.0 " ,
1313 description = "Tool for installing Lua and LuaRocks locally" ,
1414 long_description = long_description ,
1515 keywords = "lua" ,
You can’t perform that action at this time.
0 commit comments