From 95a63f8234fa3d6f8870aeea330d0c1ab4fb1fd6 Mon Sep 17 00:00:00 2001 From: Emerson Dove <52636744+EmersonDove@users.noreply.github.com> Date: Mon, 20 Dec 2021 15:24:48 -0500 Subject: [PATCH] v1.14.0-beta release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a375b66a..e768ee20 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.13.0-beta', + version='v1.14.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,