diff --git a/kiteconnect/__version__.py b/kiteconnect/__version__.py index c15642f8..44936bb6 100644 --- a/kiteconnect/__version__.py +++ b/kiteconnect/__version__.py @@ -2,7 +2,7 @@ __description__ = "The official Python client for the Kite Connect trading API" __url__ = "https://kite.trade" __download_url__ = "https://github.com/zerodhatech/pykiteconnect" -__version__ = "3.8.0" +__version__ = "3.8.1" __author__ = "Zerodha Technology Pvt ltd. (India)" __author_email__ = "talk@zerodha.tech" __license__ = "MIT"