From 8511c48e53f1bd03c61979ac28c66a033ee13cf0 Mon Sep 17 00:00:00 2001 From: Nigel Kukard Date: Sat, 31 Aug 2019 14:46:47 +0000 Subject: [PATCH] Bumped to 1.0.3 --- README.md | 3 ++- src/forkedsubprocess/__init__.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e1dd62b..bf43d13 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 a982b47..78ea6aa 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] -- GitLab