From 58f8cd5c7cd249bb9a150815dce93a3e2abf8588 Mon Sep 17 00:00:00 2001 From: Jongwook Choi Date: Sun, 9 Sep 2018 23:43:33 -0400 Subject: [PATCH] Release version 0.5.0 --- gpustat/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpustat/__init__.py b/gpustat/__init__.py index 9ae5535..afeae8b 100644 --- a/gpustat/__init__.py +++ b/gpustat/__init__.py @@ -2,7 +2,7 @@ The gpustat module. """ -__version__ = '0.5.0.dev1' +__version__ = '0.5.0' from .core import GPUStat, GPUStatCollection from .core import new_query