diff --git a/README.md b/README.md index e8ca49a..6029ae5 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.5.3** +*Current version:* **0.6** #### 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 4fffa45..08181df 100644 --- a/supervisor/__init__.py +++ b/supervisor/__init__.py @@ -1,3 +1,3 @@ from supervisor._supervisor import * -__version__ = '0.5.3' +__version__ = '0.6'