From afec780286b2fe0c1e6a4db1a6b4b57bcaee0af1 Mon Sep 17 00:00:00 2001 From: Guillermo Rodriguez Date: Fri, 6 Jan 2023 22:36:25 -0300 Subject: [PATCH] Bump version number --- skynet/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'