Skip to content
Snippets Groups Projects
Commit e60b1e8d authored by istmxrein's avatar istmxrein
Browse files

fix syntax error & bump to 1.5.6

parent 7e0a938f
No related branches found
No related tags found
No related merge requests found
......@@ -273,7 +273,7 @@ class ReservationConsumer(threading.Thread):
logger.info('Stopped')
cube_reservations: Dict[int: Reservation] = {}
cube_reservations: Dict[int, Reservation] = {}
res_thread: ReservationConsumer = None
custom_callback: Callable = None
......
......@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name='pilab',
version='1.5.5',
version='1.5.6',
description='Shared-Libs for the pi-lab microservices',
url='https://code.fbi.h-da.de/api/v4/projects/27896/packages/pypi/pilab',
author='Max Reinheimer',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment