We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df81abf commit 0f4ce81Copy full SHA for 0f4ce81
setup.py
@@ -14,7 +14,7 @@
14
name='blankly', # How you named your package folder (MyLib)
15
packages=find_packages(),
16
# packages=['blankly'], # Potentially should be the same thing as name
17
- version='v1.17.12-beta',
+ version='v1.18.0-beta',
18
license='lgpl-3.0', # Licenses: https://help.github.com/articles/licensing-a-repository
19
description='Rapidly build, backtest & deploy trading bots', # Give a short description about your library
20
long_description=long_description,
0 commit comments