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

Commit a12caf8

Browse files
committed
Bumps libuast and sdk version
Signed-off-by: ncordon <[email protected]>
1 parent 350a18a commit a12caf8

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
@@ -20,15 +20,15 @@
2020
# (see LIBUAST_VERSION and get_libuast_arch()). The url is used to download
2121
# and install uast library.
2222
LIBUAST_URL = "https://github.com/bblfsh/libuast/releases/download/{version}/libuast-{arch}.tar.gz"
23-
LIBUAST_VERSION = "v3.4.2"
23+
LIBUAST_VERSION = "v3.4.3"
2424

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

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

3434

0 commit comments

Comments
 (0)