Skip to content

Commit f3ec466

Browse files
Release 1.0.31
1 parent abdc9f9 commit f3ec466

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM dtr.predix.io/predix-edge/alpine-amd64
22

33
LABEL maintainer="Predix Builder Relations"
44
LABEL org="https://hub.docker.com/u/predixadoption"
5-
LABEL version="1.0.30"
5+
LABEL version="1.0.31"
66
LABEL support="https://forum.predix.io"
77
LABEL license="https://github.com/PredixDev/predix-docker-samples/blob/master/LICENSE.md"
88

src/models/cdp_interface.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
import signal
66
import types
77
import time
8+
import pycdp
89
#import MQTTClient
910
import traceback
1011
#from config_helper import *

version.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "Wind Workbench",
3-
"version": "1.0.30",
3+
"version": "1.0.31",
44
"private": false,
55
"dependencies": {
66
"local-setup": "https://github.com/PredixDev/local-setup#1.0.101",
77
"predix-scripts": "https://github.com/PredixDev/predix-scripts#1.1.177",
8-
"wind-workbench": "https://github.com/PredixDev/wind-workbench#1.0.30"
8+
"wind-workbench": "https://github.com/PredixDev/wind-workbench#1.0.31"
99
},
1010
"author": "susheelchoudhari"
1111
}

0 commit comments

Comments
 (0)