Skip to content

Commit

Permalink
bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wemoloh committed Oct 8, 2019
1 parent 37c39dc commit 5eadbc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eider.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 5eadbc5

Please sign in to comment.