Skip to content

Commit 42d2091

Browse files
committed
setup.py: Bump to version 0.4.4
Control init system from install.py
1 parent 006607f commit 42d2091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

0 commit comments

Comments
 (0)