From 1bd3d0dacd4e2c857e98aeb5be4f6bd86347fb3a Mon Sep 17 00:00:00 2001 From: Joel Collins Date: Thu, 7 Mar 2019 14:42:31 +0000 Subject: [PATCH] Iterated to RC2 --- README.md | 2 +- docs/requirements.txt | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bf8014d4..3c37b704 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.0b7` +- **Users:** Install module by running `pip install openflexure-microscope` - **Developers:** Install [Poetry](https://github.com/sdispater/poetry), clone this repo, and `poetry install` from inside the repo. # Usage diff --git a/docs/requirements.txt b/docs/requirements.txt index 9945bd5f..72ed1b53 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,2 +1,2 @@ -openflexure-microscope==1.0.0rc1 +openflexure-microscope==1.0.0rc2 sphinxcontrib.httpdomain \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 6dc297ad..c08f4008 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-rc.1" +version = "1.0.0-rc.2" description = "Python module, and Flask-based web API, to run the OpenFlexure Microscope." authors = [