Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/authorizon/opal
Browse files Browse the repository at this point in the history
  • Loading branch information
orweis committed Apr 11, 2021
2 parents c6d572f + 60b95cc commit b6e2bbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ aiofiles
aiohttp
broadcaster[postgres]
colorama
fastapi_websocket_pubsub>=0.1.17
fastapi_websocket_pubsub>=0.1.18
fastapi_websocket_rpc>=0.1.18
fastapi==0.62.0
GitPython
Expand Down
2 changes: 1 addition & 1 deletion setup/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Project homepage: https://github.com/authorizon/opal
"""

VERSION = (0, 0, 19)
VERSION = (0, 1, 0)
VERSION_STRING = '.'.join(map(str,VERSION))

__version__ = VERSION_STRING
Expand Down

0 comments on commit b6e2bbb

Please sign in to comment.