diff --git a/setup.py b/setup.py index 118f851..779f2e2 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup setup( name="noma", - version="0.2.1", + version="0.2.2", packages=["noma"], install_requires=['psutil', 'docopt', 'requests'], entry_points={