v2.4.0-rc.1

This commit is contained in:
Joel Collins 2020-07-22 17:15:53 +01:00
parent 5d34ec615a
commit ccd199a207
2 changed files with 9 additions and 9 deletions

View file

@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"
[tool.poetry]
name = "openflexure-microscope-server"
version = "2.4.0-beta.2"
version = "v2.4.0-rc.1"
description = "Python module, and Flask-based web API, to run the OpenFlexure Microscope."
authors = [
@ -46,7 +46,7 @@ pynpm = "^0.1.2"
sangaboard = "^0.2"
expiringdict = "^1.2.1"
camera-stage-mapping = "^0.1.2"
labthings = "0.8.0rc2"
labthings = "0.8.0"
[tool.poetry.extras]
rpi = ["RPi.GPIO"]