Skip to content

Commit 6aabac8

Browse files
committed
Bump version to 0.5.1
1 parent 346a7ea commit 6aabac8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

noma/noma.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def main():
7474
"""
7575
main noma entrypoint function
7676
"""
77-
args = docopt(__doc__, version="Noma v0.5.0")
77+
args = docopt(__doc__, version="Noma v0.5.1")
7878

7979
if os.geteuid() == 0:
8080
if args["lnd"]:

setup.py

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

33
setup(
44
name="noma",
5-
version="0.5.0",
5+
version="0.5.1",
66
packages=["noma"],
77
install_requires=["psutil", "docopt", "requests", "docker-compose"],
88
entry_points={"console_scripts": ["noma = noma.noma:main"]},

0 commit comments

Comments
 (0)