From c9848afec463ad94a821f9166156b93810b2073d Mon Sep 17 00:00:00 2001 From: Paul Madden Date: Tue, 30 Jan 2024 20:53:26 +0000 Subject: [PATCH] Add py.typed --- recipe/meta.json | 4 ++-- recipe/meta.yaml | 2 +- src/iotaa/py.typed | 0 3 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 src/iotaa/py.typed diff --git a/recipe/meta.json b/recipe/meta.json index 0a6788c..f832c8e 100644 --- a/recipe/meta.json +++ b/recipe/meta.json @@ -1,5 +1,5 @@ { - "build": "0", + "build": "py_0", "buildnum": "0", "name": "iotaa", "packages": { @@ -16,5 +16,5 @@ ], "run": [] }, - "version": "0.4.0" + "version": "0.4.1" } diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 37c52e9..6792513 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,6 +1,6 @@ package: name: iotaa - version: 0.4.0 + version: 0.4.1 source: path: ../src build: diff --git a/src/iotaa/py.typed b/src/iotaa/py.typed new file mode 100644 index 0000000..e69de29