From 4aff5b12740e45e3b57f243e5eee4a4e17067cda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20T=C3=B3th?= Date: Tue, 6 Aug 2019 17:13:40 +0200 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1623687..0155b68 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open('README.md', 'r') as ifile: setup( name='pipe_io_server', - version='1.0.0', + version='1.0.1', author='Kristóf Tóth', author_email='mrtoth@strongds.hu', description='A trivial to use IPC solution based on pipes and newlines',