Skip to content

Commit

Permalink
Bump version to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AnotherDroog committed Sep 25, 2019
1 parent 346a7ea commit 6aabac8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion noma/noma.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def main():
"""
main noma entrypoint function
"""
args = docopt(__doc__, version="Noma v0.5.0")
args = docopt(__doc__, version="Noma v0.5.1")

if os.geteuid() == 0:
if args["lnd"]:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="noma",
version="0.5.0",
version="0.5.1",
packages=["noma"],
install_requires=["psutil", "docopt", "requests", "docker-compose"],
entry_points={"console_scripts": ["noma = noma.noma:main"]},
Expand Down

0 comments on commit 6aabac8

Please sign in to comment.