diff --git a/README.md b/README.md index e1dd62bde98b57eb8ba824baf2f89538f85fd38a..bf43d133a6f7de6c7637696e633674ef4793c645 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ output = process.output # License - +
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to @@ -81,3 +81,4 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +diff --git a/src/forkedsubprocess/__init__.py b/src/forkedsubprocess/__init__.py index a982b472d28dbdb0a0397bc5b211c79a76d54a93..78ea6aa99021fabee54a9d8098d4836001249b7e 100644 --- a/src/forkedsubprocess/__init__.py +++ b/src/forkedsubprocess/__init__.py @@ -4,7 +4,7 @@ import subprocess import threading from typing import IO, Any, Callable, Dict, List, Optional -__version__ = '1.0.2' +__version__ = '1.0.3' # Define our callback types InputCallback = Callable[[], str]