Skip to content

Commit

Permalink
0.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeterv committed Nov 29, 2015
1 parent 676032f commit 66c19b8
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 @@ -20,7 +20,7 @@
except ImportError:
from urllib.request import urlretrieve

hererocks_version = "Hererocks 0.0.3"
hererocks_version = "Hererocks 0.1.0"
__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.0.3",
version="0.1.0",
description="Tool for installing Lua and LuaRocks locally",
long_description=long_description,
keywords="lua",
Expand Down

0 comments on commit 66c19b8

Please sign in to comment.