Skip to content

Commit ca4c4d1

Browse files
authored
v1.0.3
version 1.0.3
2 parents 9f476ba + c675470 commit ca4c4d1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ def build(**kwargs) -> None:
2121
libraries=["libflipro", "libflialgo", "cfitsio", "usb-1.0"],
2222
include_dirs=[numpy.get_include()],
2323
extra_compile_args=["-fPIC"],
24+
define_macros=[("NPY_NO_DEPRECATED_API", "NPY_1_7_API_VERSION")],
2425
)
2526
]
2627
ext_modules = cythonize(extensions)

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

0 commit comments

Comments
 (0)