Skip to content

Commit

Permalink
fix(deps): fixed problems with python deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Lluis Santos committed Jan 3, 2021
1 parent 42bb7c3 commit 0d32504
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
run: |
python3 -m venv venv
source venv/bin/activate
python --version
pip install -r requirements.txt
pip install wheel
python setup.py sdist bdist_wheel
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import setuptools
setuptools.setup(
name="tradingkit",
version="1.2.3",
version="1.2.4",
author="QBit Artifacts, SL",
author_email="lluis@logictraders.com",
license="MIT",
Expand Down

0 comments on commit 0d32504

Please sign in to comment.