Skip to content

Commit 9f476ba

Browse files
authored
v1.0.2
version 1.0.2
2 parents c17d0d4 + d7c7c3f commit 9f476ba

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
@@ -11,7 +11,7 @@ cimport numpy as np
1111
np.import_array()
1212

1313

14-
from libflipro cimport *
14+
from pyobs_flipro.libflipro cimport *
1515

1616

1717
cdef class DeviceInfo:

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.0.1"
3+
version = "1.0.2"
44
description = "pyobs module for FLIPRO cameras"
55
authors = ["Tim-Oliver Husser <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)