diff --git a/README.md b/README.md index d681d859..90fe4fab 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ OpenFlexure Microscope Software - `python3 -m virtualenv ~/.openflexure/envmicroscope` - Activate with `source /.openflexure/envmicroscope/bin/activate` - Install non-python dependencies with `sudo apt-get install libatlas-base-dev libjasper-dev libjpeg-dev` -- **Users:** Install module by running `pip install openflexure-microscope==1.0.0b5` +- **Users:** Install module by running `pip install openflexure-microscope==1.0.0b6` - **Developers:** Install [Poetry](https://github.com/sdispater/poetry), clone this repo, and `poetry install` from inside the repo. # Usage diff --git a/docs/source/quickstart.rst b/docs/source/quickstart.rst index ea811afe..1986f621 100644 --- a/docs/source/quickstart.rst +++ b/docs/source/quickstart.rst @@ -18,7 +18,7 @@ Manual - ``python3 -m virtualenv ~/.openflexure/envmicroscope`` - Activate with ``source /.openflexure/envmicroscope/bin/activate`` - Install non-python dependencies with ``sudo apt-get install libatlas-base-dev libjasper-dev libjpeg-dev`` -- **Users:** Install module by running ``pip install openflexure-microscope==1.0.0b5`` +- **Users:** Install module by running ``pip install openflexure-microscope==1.0.0b6`` - **Developers:** Install `Poetry `_, clone this repo, and ``poetry install`` from inside the repo. API Server diff --git a/pyproject.toml b/pyproject.toml index 181a42c6..eeca4889 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api" [tool.poetry] name = "openflexure_microscope" -version = "1.0.0-beta.5" +version = "1.0.0-beta.6" description = "Python module, and Flask-based web API, to run the OpenFlexure Microscope." authors = [