Skip to content

Commit 0f4ce81

Browse files
committed
v1.18.0-beta release
1 parent df81abf commit 0f4ce81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
name='blankly', # How you named your package folder (MyLib)
1515
packages=find_packages(),
1616
# packages=['blankly'], # Potentially should be the same thing as name
17-
version='v1.17.12-beta',
17+
version='v1.18.0-beta',
1818
license='lgpl-3.0', # Licenses: https://help.github.com/articles/licensing-a-repository
1919
description='Rapidly build, backtest & deploy trading bots', # Give a short description about your library
2020
long_description=long_description,

0 commit comments

Comments
 (0)