Skip to content

Commit

Permalink
update to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
traderpedroso committed Sep 21, 2022
1 parent bbfe641 commit 2e4f8c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

rm -rf dist/*
python3 setup.py sdist bdist_wheel
python setup.py sdist bdist_wheel
twine upload dist/*
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.6',
version='3.0.7',
packages=find_packages(),
url='https://ejtraderMT.readthedocs.io/',
download_url='https://ejtrader.com',
Expand Down

0 comments on commit 2e4f8c3

Please sign in to comment.