Skip to content

Commit a614537

Browse files
committed
0.16.0 release
1 parent 1704d44 commit a614537

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hererocks.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
except ImportError:
3535
import winreg
3636

37-
hererocks_version = "Hererocks 0.15.0"
37+
hererocks_version = "Hererocks 0.16.0"
3838
__all__ = ["main"]
3939

4040
opts = None

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setuptools.setup(
1111
name="hererocks",
12-
version="0.15.0",
12+
version="0.16.0",
1313
description="Tool for installing Lua and LuaRocks locally",
1414
long_description=long_description,
1515
keywords="lua",

0 commit comments

Comments
 (0)