From 5eadbc54ca3ad9d767919fd1b1eef5f72a6a530d Mon Sep 17 00:00:00 2001 From: wemoloh Date: Mon, 7 Oct 2019 21:32:20 -0600 Subject: [PATCH] bump version to 1.0.0 --- eider.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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',