From e18d36378893f565ee3180d0df270073abb576ed Mon Sep 17 00:00:00 2001 From: Michal Charemza Date: Thu, 2 May 2019 20:19:53 +0100 Subject: [PATCH] (release) v0.0.19 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7fcdfb9..8947550 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ def long_description(): setuptools.setup( name='fifolock', - version='0.0.18', + version='0.0.19', author='Michal Charemza', author_email='michal@charemza.name', description='A flexible low-level tool to make synchronisation primitives in asyncio Python',