We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c17d0d4 + d7c7c3f commit 9f476baCopy full SHA for 9f476ba
pyobs_flipro/fliprodriver.pyx
@@ -11,7 +11,7 @@ cimport numpy as np
11
np.import_array()
12
13
14
-from libflipro cimport *
+from pyobs_flipro.libflipro cimport *
15
16
17
cdef class DeviceInfo:
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "pyobs-flipro"
3
-version = "1.0.1"
+version = "1.0.2"
4
description = "pyobs module for FLIPRO cameras"
5
authors = ["Tim-Oliver Husser <[email protected]>"]
6
license = "MIT"
0 commit comments