Skip to content

Commit

Permalink
Bugfix for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
Egil committed Oct 16, 2023
1 parent 69573cd commit 0558a9c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion pieshell/iterio.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import signal
import errno
from . import log
import signalfd
import asyncio
from .utils.asyncutils import asyncmap, itertoasync

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0558a9c

Please sign in to comment.