Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.

Commit 801a467

Browse files
authored
Merge pull request #32 from juanjux/feature/libuast021
Bump libuast to v0.2.1
2 parents e8d1741 + bca55b4 commit 801a467

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PYTHON ?= python3
22

33
makefile_dir := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
44

5-
LIBUAST_VERSION = v0.2.0
5+
LIBUAST_VERSION = v0.2.1
66
SDK_VERSION = v0
77

88
.PHONY : all clean deps

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
setup(
2828
name="bblfsh",
2929
description="Fetches Universal Abstract Syntax Trees from Babelfish.",
30-
version="0.2.2",
30+
version="0.2.3",
3131
license="Apache 2.0",
3232
author="source{d}",
3333
author_email="language-analysis@sourced.tech",

0 commit comments

Comments
 (0)