Skip to content

Commit 15b8240

Browse files
committed
0.15.0 release
1 parent cdd9e17 commit 15b8240

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hererocks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
except ImportError:
3333
import winreg
3434

35-
hererocks_version = "Hererocks 0.14.0"
35+
hererocks_version = "Hererocks 0.15.0"
3636
__all__ = ["main"]
3737

3838
opts = None

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

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

0 commit comments

Comments
 (0)