Skip to content

Commit

Permalink
update to support python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
traderpedroso committed Jan 12, 2023
1 parent 78676a3 commit 2d86711
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ __pycache__
.DS_Store
test/*
test/
test.ipynb
test.ipynb
1 change: 0 additions & 1 deletion ejtraderMT/api/mql.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from datetime import datetime, timedelta, date
import symbol
from pytz import timezone
from tzlocal import get_localzone
from queue import Queue
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def requirements(filename):

setup(
name='ejtraderMT',
version='3.0.7',
version='3.0.8',
packages=find_packages(),
url='https://ejtraderMT.readthedocs.io/',
download_url='https://ejtrader.com',
Expand Down

0 comments on commit 2d86711

Please sign in to comment.