diff --git a/setup.py b/setup.py index 2469a614..1d299f98 100644 --- a/setup.py +++ b/setup.py @@ -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.10.2-beta', + version='v1.11.0-beta', license='lgpl-3.0', # Licenses: https://help.github.com/articles/licensing-a-repository description='Rapidly build & deploy cross-exchange trading bots', # Give a short description about your library long_description=long_description,