Skip to content

Commit 2358375

Browse files
committed
v1.17.0-beta release
1 parent 27b5e96 commit 2358375

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.16.20-beta',
17+
version='v1.17.0-beta',
1818
license='lgpl-3.0', # Licenses: https://help.github.com/articles/licensing-a-repository
1919
description='Rapidly build & deploy cross-exchange trading bots', # Give a short description about your library
2020
long_description=long_description,

0 commit comments

Comments
 (0)