Bump version number

pull/25/head
Guillermo Rodriguez 2023-10-03 12:59:57 -03:00
parent 76732af4d0
commit 6c3f9c672a
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = 'skynet'
version = '0.1a11'
version = '0.1a12'
description = 'Decentralized compute platform'
authors = ['Guillermo Rodriguez <guillermo@telos.net>']
license = 'AGPL'

View File

@ -1,6 +1,6 @@
#!/usr/bin/python
VERSION = '0.1a11'
VERSION = '0.1a12'
DOCKER_RUNTIME_CUDA = 'skynet:runtime-cuda'