Skip to content

Commit ef4bfd5

Browse files
authored
v1.1.3
version 1.1.3
2 parents 9fa3d5e + 541c0d4 commit ef4bfd5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyobs_flipro/fliprodriver.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ cdef class DeviceInfo:
3737
return self.__decode(self.obj.cDevicePath)
3838

3939
@property
40-
def conn_type(self)
40+
def conn_type(self):
4141
return "USB" if self.obj.eConnType == FPRO_CONNECTION_USB else "FIBRE"
4242

4343
@property

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pyobs-flipro"
3-
version = "1.1.2"
3+
version = "1.1.3"
44
description = "pyobs module for FLIPRO cameras"
55
authors = ["Tim-Oliver Husser <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)