Skip to content

Commit 39b8153

Browse files
committed
v0.4.3: Add turbo function
1 parent 389d8a6 commit 39b8153

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
@@ -281,7 +281,7 @@ def node(args):
281281

282282

283283
def main():
284-
args = docopt(__doc__, version="v0.3.10")
284+
args = docopt(__doc__, version="v0.4.3")
285285

286286
if args["bitcoind"]:
287287
bitcoind(args)

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.3.10",
5+
version="0.4.3",
66
packages=["noma"],
77
install_requires=["psutil", "docopt", "requests"],
88
entry_points={"console_scripts": ["noma = noma.noma:main"]},

0 commit comments

Comments
 (0)