mirror of https://github.com/skygpu/skynet.git
Bump version number
parent
3622c8ea11
commit
24fae4c451
|
@ -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'
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/python
|
||||
|
||||
VERSION = '0.1a11'
|
||||
VERSION = '0.1a12'
|
||||
|
||||
DOCKER_RUNTIME_CUDA = 'skynet:runtime-cuda'
|
||||
|
||||
|
|
Loading…
Reference in New Issue