Skip to content

Commit

Permalink
Merge pull request #26 from permitio/rk/release-0.1.25
Browse files Browse the repository at this point in the history
Bump to version 0.1.25
  • Loading branch information
roekatz authored Sep 20, 2023
2 parents 1138667 + a6400c9 commit d77bd3b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ def get_requirements(env=""):
long_description = fh.read()

setup(
name='fastapi_websocket_rpc',
version='0.1.24',
author='Or Weis',
name="fastapi_websocket_rpc",
version="0.1.25",
author="Or Weis",
author_email="[email protected]",
description="A fast and durable bidirectional JSON RPC channel over Websockets and FastApi.",
long_description_content_type="text/markdown",
Expand All @@ -26,8 +26,8 @@ def get_requirements(env=""):
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Topic :: Internet :: WWW/HTTP :: HTTP Servers",
"Topic :: Internet :: WWW/HTTP :: WSGI"
"Topic :: Internet :: WWW/HTTP :: WSGI",
],
python_requires='>=3.7',
python_requires=">=3.7",
install_requires=get_requirements(),
)

0 comments on commit d77bd3b

Please sign in to comment.