diff --git a/skynet/constants.py b/skynet/constants.py index 73f6fd8..1d1aae7 100644 --- a/skynet/constants.py +++ b/skynet/constants.py @@ -1,6 +1,6 @@ #!/usr/bin/python -VERSION = '0.1a6' +VERSION = '0.1a7' DOCKER_RUNTIME_CUDA = 'skynet:runtime-cuda'