Increment minor version number.

This commit is contained in:
Romain Dorgueil
2017-05-01 19:09:59 +02:00
parent 498541cd58
commit 96d712d8b9
5 changed files with 12 additions and 12 deletions

View File

@ -17,7 +17,7 @@ but editable installs (see below).
.. code-block:: shell-session
$ pip install git+https://github.com/python-bonobo/bonobo.git@0.2#egg=bonobo
$ pip install git+https://github.com/python-bonobo/bonobo.git@0.3#egg=bonobo
Editable install
::::::::::::::::
@ -28,7 +28,7 @@ python interpreter.
.. code-block:: shell-session
$ pip install --editable git+https://github.com/python-bonobo/bonobo.git@0.2#egg=bonobo
$ pip install --editable git+https://github.com/python-bonobo/bonobo.git@0.3#egg=bonobo
.. note:: You can also use the `-e` flag instead of the long version.