Skip to content

Commit 2faca4a

Browse files
committed
version 1.0.1
Changes since 1.0.0: - `setup.py` has been replaced with `pyproject.toml`. - Previously we used a global lock to avoid pipe inheritance race conditions on Windows. As of Python 3.7, `close_fds=True` is sufficient for this, and is also the default. The lock has been removed.
1 parent 9685c2a commit 2faca4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "duct"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
description = "a library for running child processes"
55
readme = "README.md"
66
license = "MIT"

0 commit comments

Comments
 (0)