Skip to content

Commit

Permalink
v1.18.0-beta release
Browse files Browse the repository at this point in the history
  • Loading branch information
EmersonDove committed Jun 13, 2022
1 parent df81abf commit 0f4ce81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
name='blankly', # How you named your package folder (MyLib)
packages=find_packages(),
# packages=['blankly'], # Potentially should be the same thing as name
version='v1.17.12-beta',
version='v1.18.0-beta',
license='lgpl-3.0', # Licenses: https://help.github.com/articles/licensing-a-repository
description='Rapidly build, backtest & deploy trading bots', # Give a short description about your library
long_description=long_description,
Expand Down

0 comments on commit 0f4ce81

Please sign in to comment.