diff --git a/eider.py b/eider.py index 3307e20..c4978af 100644 --- a/eider.py +++ b/eider.py @@ -87,7 +87,7 @@ class WebSocketCommonProtocol: WS_LIB_DEFAULT = 'aiohttp' if aiohttp else 'websockets' if websockets else None -__version__ = '0.13.0' +__version__ = '1.0.0' try: diff --git a/setup.py b/setup.py index c6eb321..16d9aa6 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ license='Apache License 2.0', platforms='any', classifiers=[ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', 'License :: OSI Approved :: Apache Software License', 'Programming Language :: Python :: 3',