diff --git a/kiteconnect/__version__.py b/kiteconnect/__version__.py index 3d610cb0..dc541894 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__ = "4.0.0" +__version__ = "4.0.2" __author__ = "Zerodha Technology Pvt. Ltd. (India)" __author_email__ = "talk@zerodha.tech" __license__ = "MIT"