From 24fae4c451625f729fea226159ca5c941a468fd8 Mon Sep 17 00:00:00 2001 From: Guillermo Rodriguez Date: Tue, 3 Oct 2023 12:59:57 -0300 Subject: [PATCH] Bump version number --- pyproject.toml | 2 +- skynet/constants.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'