Skip to content

Commit

Permalink
_version.py: bump to 0.21.0a1
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed Jun 30, 2023
1 parent a979591 commit 1d80ced
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -274,12 +274,12 @@ To be as concrete as possible, we will assume that we are about to release versi

A. **Obtain a wheel archive** of the package, with one of these approaches:

- *Preferably*: path of least surprise: build wheel through GitHub Actions.
- *Preferably, the path of least surprise*: build wheel through GitHub Actions.
Go to workflow `"Build wheel" <https://github.com/Open-EO/openeo-python-client/actions/workflows/build-wheel.yml>`_,
manually trigger a build with "Run workflow" button, wait for it to finish successfully,
download generated ``artifact.zip``, and finally: unzip it to obtain ``openeo-0.4.7-py3-none-any.whl``

- *Or*, if you know what you are doing and you're sure you have a clean
- *Or, if you know what you are doing* and you're sure you have a clean
local checkout, you can also build it locally::

python setup.py bdist_wheel
Expand Down
2 changes: 1 addition & 1 deletion openeo/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.20.0"
__version__ = "0.21.0a1"

0 comments on commit 1d80ced

Please sign in to comment.