From 258f6f1a1321d7ed31a79428b75f0617c17a0ee9 Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Fri, 13 Nov 2020 13:47:40 -0800 Subject: [PATCH] move to version 1.0.0... Take my own medicine and make it a 1.x such that the API is expected to be stable. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0c6d698..18489cd 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup(name='aiokq', - version='0.1.0', + version='1.0.0', description='Asyncio wrapper for kqueue.', author='John-Mark Gurney', author_email='jmg@funkthat.com',