Browse Source

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.
main
John-Mark Gurney 3 years ago
parent
commit
258f6f1a13
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      setup.py

+ 1
- 1
setup.py View File

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


Loading…
Cancel
Save