diff --git a/docs/install.rst b/docs/install.rst index a0119f0a..d9411b3b 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -50,18 +50,18 @@ Manual installation ------------------- You can download and install IPMininet. -You can change the installed version by replacing "v1.0" in the following commands. +You can change the installed version by replacing "v1.1" in the following commands. If you have pip above **18.1**, execute: .. code-block:: bash - $ sudo pip install --upgrade git+https://github.com/cnp3/ipmininet.git@v1.0 + $ sudo pip install --upgrade git+https://github.com/cnp3/ipmininet.git@v1.1 If you have an older version of pip, use: .. code-block:: bash - $ sudo pip install --process-dependency-links --upgrade git+https://github.com/cnp3/ipmininet.git@v1.0 + $ sudo pip install --process-dependency-links --upgrade git+https://github.com/cnp3/ipmininet.git@v1.1 Then, you can install all the daemons: diff --git a/setup.py b/setup.py index 7739a400..f2aa3065 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ from setuptools.command.develop import develop from setuptools.command.install import install -VERSION = '1.0' +VERSION = '1.1' modname = distname = 'ipmininet'