Iterated to RC2

This commit is contained in:
Joel Collins 2019-03-07 14:42:31 +00:00
parent 89ea6a69de
commit 1bd3d0dacd
3 changed files with 3 additions and 3 deletions

View file

@ -15,7 +15,7 @@ OpenFlexure Microscope Software
- `python3 -m virtualenv ~/.openflexure/envmicroscope` - `python3 -m virtualenv ~/.openflexure/envmicroscope`
- Activate with `source /.openflexure/envmicroscope/bin/activate` - Activate with `source /.openflexure/envmicroscope/bin/activate`
- Install non-python dependencies with `sudo apt-get install libatlas-base-dev libjasper-dev libjpeg-dev` - 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. - **Developers:** Install [Poetry](https://github.com/sdispater/poetry), clone this repo, and `poetry install` from inside the repo.
# Usage # Usage

View file

@ -1,2 +1,2 @@
openflexure-microscope==1.0.0rc1 openflexure-microscope==1.0.0rc2
sphinxcontrib.httpdomain sphinxcontrib.httpdomain

View file

@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"
[tool.poetry] [tool.poetry]
name = "openflexure_microscope" 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." description = "Python module, and Flask-based web API, to run the OpenFlexure Microscope."
authors = [ authors = [