Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Voyz committed Sep 7, 2023
1 parent ef83612 commit fe13b21
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
Binary file added dist/ibeam-0.5.0.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion ibeam/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
#
# config.initialize()

__version__ = "0.5.0-rc4"
__version__ = "0.5.0"
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,12 @@
'algorithmic trading', 'data flow', 'quant', 'trading'],
install_requires=[
'selenium==3.*',
'cryptography==3.*',
'pyvirtualdisplay==1.*',
'cryptography==40.*',
'pyvirtualdisplay==3.*',
'apscheduler==3.*',
'psutil==5.*',
'requests==2.*'
'requests==2.*',
'pillow==9.*'
],

classifiers=[
Expand Down

0 comments on commit fe13b21

Please sign in to comment.