From 10fa67caeff3cd7fb1a4bf19c07620cb6531a0a4 Mon Sep 17 00:00:00 2001 From: Emerson Dove <52636744+EmersonDove@users.noreply.github.com> Date: Tue, 18 Jan 2022 16:52:48 -0500 Subject: [PATCH] v1.15.0-beta release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fb6415c7..f53f28be 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.14.8-beta', + version='v1.15.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,