From 2ce033eba2c152684b7c2df1025393b98028c29d Mon Sep 17 00:00:00 2001
From: VeighNa Global
- + @@ -32,9 +32,11 @@ VeighNa Evo (vnpy_evo) is the core module for using [VeighNa (vnpy)](https://git * OKX ([okx](https://www.github.com/veighna-global/vnpy_okx)): Spot/Perpetual/Futures/Option - * Bybit ([bybit](https://www.github.com/veighna-global/vnpy_bybit)): Spot/Perpetual/Futures + * Bybit ([bybit](https://www.github.com/veighna-global/vnpy_bybit)): Spot/Perpetual/Futures/Option - * Deribit ([deribit](https://www.github.com/veighna-global/vnpy_deribit)): Perpetual/Futures/Option + * Forex Market + + * MT5 ([mt5](https://www.github.com/veighna-global/vnpy_mt5)): Forex/Gold/Commodity/Crypto * Special Applications diff --git a/vnpy_evo/__init__.py b/vnpy_evo/__init__.py index 6661b76..71c94d6 100644 --- a/vnpy_evo/__init__.py +++ b/vnpy_evo/__init__.py @@ -24,4 +24,4 @@ os.environ["LANG"] = "en" # Only support English -__version__ = "0.1.0" +__version__ = "0.2.0"