Skip to content

Commit

Permalink
West 0.3.0rc1.
Browse files Browse the repository at this point in the history
Signed-off-by: Marti Bolivar <[email protected]>
  • Loading branch information
Marti Bolivar authored and carlescufi committed Nov 1, 2018
1 parent ddd3331 commit 629c574
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 9,7 @@ Installation

Install west's bootstrapper with pip::

pip3 install west

(We are in the pre-release period for 0.2.0, so you must specifically
ask for the prerelease version above.)
pip3 install west==0.3.0rc1

Then install the rest of west and a Zephyr development environment in
a directory of your choosing::
Expand Down
2 changes: 1 addition & 1 deletion src/west/_bootstrap/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 2,4 @@
#
# This is the Python 3 version of option 3 in:
# https://packaging.python.org/guides/single-sourcing-package-version/#single-sourcing-the-version
__version__ = '0.2.99'
__version__ = '0.3.0rc1'

0 comments on commit 629c574

Please sign in to comment.