We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9c143ef + 3ca700b commit c089a8eCopy full SHA for c089a8e
requirements.txt
@@ -1,11 +1,12 @@
1
+idna<3,>=2.5
2
typer
3
aiofiles
4
aiohttp
5
broadcaster[postgres]
6
colorama
7
+fastapi==0.65.2
8
fastapi_websocket_pubsub>=0.1.18
9
fastapi_websocket_rpc>=0.1.18
-fastapi==0.65.2
10
GitPython
11
gunicorn
12
ipython
setup/__version__.py
@@ -7,7 +7,7 @@
Project homepage: https://github.com/authorizon/opal
"""
-VERSION = (0, 1, 8)
+VERSION = (0, 1, 9)
VERSION_STRING = '.'.join(map(str,VERSION))
13
__version__ = VERSION_STRING
0 commit comments