From 0558a9c093163c383a565aa1464a357f2fe260b9 Mon Sep 17 00:00:00 2001 From: Egil Date: Mon, 16 Oct 2023 21:25:17 +0200 Subject: [PATCH] Bugfix for macos --- pieshell/iterio.py | 1 - setup.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/pieshell/iterio.py b/pieshell/iterio.py index 8094fe9..6b683b3 100644 --- a/pieshell/iterio.py +++ b/pieshell/iterio.py @@ -3,7 +3,6 @@ import signal import errno from . import log -import signalfd import asyncio from .utils.asyncutils import asyncmap, itertoasync diff --git a/setup.py b/setup.py index 542ffb5..32507e9 100755 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup, find_packages import os.path -VERSION = "0.2.2" +VERSION = "0.2.3" with open(os.path.join(os.path.dirname(__file__), "README.md"), "r") as rf: with open(os.path.join(os.path.dirname(__file__), "pieshell", "README.md"), "w") as wf: