diff --git a/README.md b/README.md index 12f67a84..da7616a6 100644 --- a/README.md +++ b/README.md @@ -25,15 +25,11 @@ Take full reuse of Python's existing powerful libraries: [`Requests`][requests], ## Installation/Upgrade ```bash -$ pip install git+https://github.com/debugtalk/HttpRunner.git#egg=HttpRunner --process-dependency-links +$ pip install HttpRunner ``` To upgrade all specified packages to the newest available version, you should add the `-U` option. -```bash -$ pip install -U git+https://github.com/debugtalk/HttpRunner.git#egg=HttpRunner --process-dependency-links -``` - If there is a problem with the installation or upgrade, you can check the [`FAQ`](docs/FAQ.md). To ensure the installation or upgrade is successful, you can execute command `ate -V` to see if you can get the correct version number. diff --git a/ate/__init__.py b/ate/__init__.py index 707f5d34..ccf9e628 100644 --- a/ate/__init__.py +++ b/ate/__init__.py @@ -1 +1 @@ -__version__ = '0.7.9' \ No newline at end of file +__version__ = '0.8.0' \ No newline at end of file