mirror of https://github.com/skygpu/skynet.git
Bump version number
parent
3622c8ea11
commit
24fae4c451
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = 'skynet'
|
name = 'skynet'
|
||||||
version = '0.1a11'
|
version = '0.1a12'
|
||||||
description = 'Decentralized compute platform'
|
description = 'Decentralized compute platform'
|
||||||
authors = ['Guillermo Rodriguez <guillermo@telos.net>']
|
authors = ['Guillermo Rodriguez <guillermo@telos.net>']
|
||||||
license = 'AGPL'
|
license = 'AGPL'
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
|
|
||||||
VERSION = '0.1a11'
|
VERSION = '0.1a12'
|
||||||
|
|
||||||
DOCKER_RUNTIME_CUDA = 'skynet:runtime-cuda'
|
DOCKER_RUNTIME_CUDA = 'skynet:runtime-cuda'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue