Skip to content

Commit

Permalink
Publish 0.6 version.
Browse files Browse the repository at this point in the history
  • Loading branch information
forkcs committed May 12, 2020
1 parent 5922dda commit 984af0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion supervisor/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from supervisor._supervisor import *

__version__ = '0.5.3'
__version__ = '0.6'

0 comments on commit 984af0f

Please sign in to comment.