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

Commit

Permalink
Bumps libuast and sdk version
Browse files Browse the repository at this point in the history
Signed-off-by: ncordon <nacho.cordon.castillo@gmail.com>
  • Loading branch information
ncordon committed Oct 29, 2019
1 parent 350a18a commit a12caf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
# (see LIBUAST_VERSION and get_libuast_arch()). The url is used to download
# and install uast library.
LIBUAST_URL = "https://github.com/bblfsh/libuast/releases/download/{version}/libuast-{arch}.tar.gz"
LIBUAST_VERSION = "v3.4.2"
LIBUAST_VERSION = "v3.4.3"

SDK_V1_VERSION = "v1.17.0"
SDK_V1_MAJOR = SDK_V1_VERSION.split('.')[0]

# SDK_URL is a format url which points to the sdk package.
# The url is used to download and install python bindings for bblfsh sdk.
SDK_URL = "https://github.com/bblfsh/sdk/archive/{version}.tar.gz"
SDK_V3_VERSION = "v3.3.0"
SDK_V3_VERSION = "v3.3.1"
SDK_V3_PROTOCOL = "v2" # package gopkg.in.bblfsh.sdk.v2.protocol


Expand Down

0 comments on commit a12caf8

Please sign in to comment.