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

Commit a85d54f

Browse files
authored
Merge pull request #59 from juanjux/upgrade_sdk
Upgrade to SDK 1.8.0 to get the Language field in Responses.
2 parents 30cef85 + 18d578d commit a85d54f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from setuptools.command.build_ext import build_ext
77

88
LIBUAST_VERSION = "v1.4.1"
9-
SDK_VERSION = "v1.4.2"
9+
SDK_VERSION = "v1.8.0"
1010
SDK_MAJOR = SDK_VERSION.split('.')[0]
1111
PYTHON = "python3"
1212

@@ -133,7 +133,7 @@ def main():
133133
},
134134
name="bblfsh",
135135
description="Fetches Universal Abstract Syntax Trees from Babelfish.",
136-
version="2.6.0",
136+
version="2.6.1",
137137
license="Apache 2.0",
138138
author="source{d}",
139139
author_email="language-analysis@sourced.tech",

0 commit comments

Comments
 (0)