Skip to content

Commit

Permalink
0.13.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeterv committed Jan 9, 2017
1 parent 09ea6dd commit 3ca0d2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hererocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
except ImportError:
import winreg

hererocks_version = "Hererocks 0.13.0"
hererocks_version = "Hererocks 0.13.1"
__all__ = ["main"]

opts = None
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setuptools.setup(
name="hererocks",
version="0.13.0",
version="0.13.1",
description="Tool for installing Lua and LuaRocks locally",
long_description=long_description,
keywords="lua",
Expand Down

0 comments on commit 3ca0d2e

Please sign in to comment.