We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1704d44 commit a614537Copy full SHA for a614537
hererocks.py
@@ -34,7 +34,7 @@
34
except ImportError:
35
import winreg
36
37
-hererocks_version = "Hererocks 0.15.0"
+hererocks_version = "Hererocks 0.16.0"
38
__all__ = ["main"]
39
40
opts = None
setup.py
@@ -9,7 +9,7 @@
9
10
setuptools.setup(
11
name="hererocks",
12
- version="0.15.0",
+ version="0.16.0",
13
description="Tool for installing Lua and LuaRocks locally",
14
long_description=long_description,
15
keywords="lua",
0 commit comments