Bump version number

pull/26/head
Guillermo Rodriguez 2023-10-03 12:59:57 -03:00
parent 3622c8ea11
commit 24fae4c451
No known key found for this signature in database
GPG Key ID: EC3AB66D5D83B392
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'