From 00a1053cd1a172a5299da7c38e04532758538be3 Mon Sep 17 00:00:00 2001 From: Juanjo Alvarez Date: Mon, 2 Oct 2017 13:23:18 +0200 Subject: [PATCH] Bump version to 2.1.0 for pypy upload. Signed-off-by: Juanjo Alvarez --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9d59076..16108db 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ setup( name="bblfsh", description="Fetches Universal Abstract Syntax Trees from Babelfish.", - version="2.0.0", + version="2.1.0", license="Apache 2.0", author="source{d}", author_email="language-analysis@sourced.tech",