diff --git a/lg b/lg index dcabc9b..b959a17 160000 --- a/lg +++ b/lg @@ -1 +1 @@ -Subproject commit dcabc9bc0ff3d8722ff65ae723a52ca0be2d1354 +Subproject commit b959a17d723360e85648316757b02dbea9902feb diff --git a/setup.py b/setup.py index 5c80f49..e1714f1 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ lgpio_module = Extension('_lgpio', sources=sources, libraries=['rt', 'dl'], extra_compile_args=['-Ilg', '-pthread']) setup (name = 'lgpio', - version = '0.2.0.0', + version = '0.2.2.0', zip_safe=False, author='joan', author_email='joan@abyz.me.uk',