We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e8d1741 + bca55b4 commit 801a467Copy full SHA for 801a467
2 files changed
Makefile
@@ -2,7 +2,7 @@ PYTHON ?= python3
2
3
makefile_dir := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
4
5
-LIBUAST_VERSION = v0.2.0
+LIBUAST_VERSION = v0.2.1
6
SDK_VERSION = v0
7
8
.PHONY : all clean deps
setup.py
@@ -27,7 +27,7 @@
27
setup(
28
name="bblfsh",
29
description="Fetches Universal Abstract Syntax Trees from Babelfish.",
30
- version="0.2.2",
+ version="0.2.3",
31
license="Apache 2.0",
32
author="source{d}",
33
author_email="language-analysis@sourced.tech",
0 commit comments