Version 1.0.0-rc.23

This commit is contained in:
2024-10-23 19:03:09 +02:00
parent c0fd38880c
commit 4e57c3cda4
153 changed files with 198 additions and 173 deletions

View File

@@ -5,7 +5,7 @@
API to control Jungfraujoch developed by the Paul Scherrer Institute (Switzerland). Jungfraujoch is a data acquisition and analysis system for pixel array detectors, primarly PSI JUNGFRAU. Jungfraujoch uses FPGA boards to acquire data at high data rates.
The version of the OpenAPI document: 1.0.0-rc.22
The version of the OpenAPI document: 1.0.0-rc.23
Contact: filip.leonarski@psi.ch
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -22,7 +22,7 @@ from setuptools import setup, find_packages # noqa: H301
# prerequisite: setuptools
# http://pypi.python.org/pypi/setuptools
NAME = "jfjoch-client"
VERSION = "1.0.0-rc.22"
VERSION = "1.0.0-rc.23"
PYTHON_REQUIRES = ">=3.7"
REQUIRES = [
"urllib3 >= 1.25.3, < 2.1.0",