diff --git a/setup.py b/setup.py index 810ba1e..7fcdfb9 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ def long_description(): setuptools.setup( name='fifolock', - version='0.0.17', + version='0.0.18', author='Michal Charemza', author_email='michal@charemza.name', description='A flexible low-level tool to make synchronisation primitives in asyncio Python',