From a16edb7e83e7fd150239830f2403d37fbd95e6f6 Mon Sep 17 00:00:00 2001 From: Fedor Soldatkin Date: Sun, 10 May 2020 15:49:53 +0300 Subject: [PATCH] Update README and version. --- README.md | 2 +- supervisor/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 96acdd7..041d3d6 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This is a library-like application, which operates with orders and positions on your account. -*Current version:* **0.4.3** +*Current version:* **0.5.0** #### Features: * Creating an cancelling orders on your account. Stop-loss, Limit, passive, reduce-only, close-only, hidden orders supported. * Preventing these orders for being lost, cancelled or rejected: Supervisor will place them anew. diff --git a/supervisor/__init__.py b/supervisor/__init__.py index a9f1b0e..d2486c1 100644 --- a/supervisor/__init__.py +++ b/supervisor/__init__.py @@ -1,3 +1,3 @@ from supervisor._supervisor import * -__version__ = '0.4.3' +__version__ = '0.5.0'