Iterated version number

This commit is contained in:
Joel Collins 2019-02-07 12:17:19 +00:00
parent ade62b6ce9
commit a4356c1cb8
3 changed files with 3 additions and 3 deletions

View file

@ -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