Skip to content

Commit b50cce4

Browse files
committed
Cunfigure logging. Update publish and build files.
1 parent 51856c9 commit b50cce4

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This is a library-like application, which operates with orders and positions on your account.
44

5-
*Current version:* **0.4.2**
5+
*Current version:* **0.4.3**
66
#### Features:
77
* Creating an cancelling orders on your account. Stop-loss, Limit, passive, reduce-only, close-only, hidden orders supported.
88
* Preventing these orders for being lost, cancelled or rejected: Supervisor will place them anew.

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@
1010
version=supervisor.__version__,
1111
packages=['supervisor', 'supervisor.core', 'supervisor.core.auth',
1212
'supervisor.core.utils'],
13-
install_requires=install_requires
13+
install_requires=install_requires,
14+
url='https://github.com/forkcs/bitmex-supervisor'
1415
)

supervisor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from supervisor._supervisor import *
22

3-
__version__ = '0.4.2'
3+
__version__ = '0.4.3'

0 commit comments

Comments
 (0)