diff --git a/README.md b/README.md index 11883da..89b34b6 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,14 @@ $ pip install -r requirements.txt # might need sudo $ ./setup.py install --user ``` +# Uninstallation + +To uninstall the package, + +```bash +$ pip uninstall python-resmon +``` + # Usage After installing, try with command `resmon --help` for more info: diff --git a/setup.py b/setup.py index 28d059c..6a01eaf 100755 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ setup( name='python-resmon', - version='1.0', + version='1.0.1', author='Xiangyu Bu', author_email='xybu92@live.com', license='MIT License',