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',