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

Commit e43bdb8

Browse files
author
Juanjo Alvarez
committed
Bump pydetector version
1 parent 6a6b559 commit e43bdb8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ MAINTAINER source{d}
33

44
ARG DEVDEPS=native/dev_deps
55
ARG CONTAINER_DEVDEPS=/tmp/dev_deps
6-
ARG PYDETECTOR_VER=0.14.1
6+
ARG PYDETECTOR_VER=0.14.2
77

88
RUN apk add --no-cache --update python python3 py-pip py2-pip git
99

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
pydetector-bblfsh==0.14.1
1+
pydetector-bblfsh==0.14.2
22
-e git+git://github.com/python/mypy.git@0bb2d1680e8b9522108b38d203cb73021a617e64#egg=mypy-lang
33
typed-ast==1.0.1

native/python_package/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
]
3232
},
3333
install_requires=[
34-
"pydetector-bblfsh==0.14.1"
34+
"pydetector-bblfsh==0.14.2"
3535
],
3636
classifiers=[
3737
"Development Status :: 4 - Beta",

0 commit comments

Comments
 (0)