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

Commit bc807c7

Browse files
authored
Merge pull request #121 from juanjux/bump_version_libuast
Bump libuast dependency version
2 parents 3d86d4d + 33b4839 commit bc807c7

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
@@ -11,8 +11,8 @@
1111
from setuptools import setup, find_packages, Extension
1212
from setuptools.command.build_ext import build_ext
1313

14-
VERSION = "2.11.1"
15-
LIBUAST_VERSION = "v1.9.4"
14+
VERSION = "2.11.2"
15+
LIBUAST_VERSION = "v1.9.5"
1616
SDK_VERSION = "v1.16.1"
1717
SDK_MAJOR = SDK_VERSION.split('.')[0]
1818
FORMAT_ARGS = globals()

0 commit comments

Comments
 (0)