diff --git a/README.md b/README.md
index 01be348..5c4e651 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,12 @@
# pytest-ui
Text User Interface for running python tests.
-# pip
- - https://pypi.python.org/pypi/pytest-ui
- - `pip install pytest-ui`
+# pip install
+ - provides the cli command `pytui`
+ - url on pypi
+ https://pypi.python.org/pypi/pytest-ui
+ - install using pip
+ `pip install pytest-ui`
# controls
- r, f5 - run tests (last failed or first run, using filter)
diff --git a/setup.py b/setup.py
index affdb75..bfbeb0d 100644
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
setup(
name='pytest-ui',
description='Text User Interface for running python tests',
- version='0.1b',
+ version='0.2b1',
license='MIT',
platforms=['linux', 'osx', 'win32'],
packages=['pytui'],