diff --git a/pyproject.toml b/pyproject.toml index dd15992..37c198b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = 'skynet' -version = '0.1a11' +version = '0.1a12' description = 'Decentralized compute platform' authors = ['Guillermo Rodriguez '] license = 'AGPL' diff --git a/skynet/constants.py b/skynet/constants.py index 8b76ed0..d2413cb 100755 --- a/skynet/constants.py +++ b/skynet/constants.py @@ -1,6 +1,6 @@ #!/usr/bin/python -VERSION = '0.1a11' +VERSION = '0.1a12' DOCKER_RUNTIME_CUDA = 'skynet:runtime-cuda'