Skip to content

Commit 6bc82e9

Browse files
committed
Updated version number
1 parent 53075cd commit 6bc82e9

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

py3nvml/__init__.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
from py3nvml import py3nvml
44
from py3nvml import nvidia_smi
5-
from py3nvml.utils import grab_gpus
6-
from py3nvml.utils import get_free_gpus
5+
from py3nvml.utils import grab_gpus, get_free_gpus, get_num_procs
76

8-
__all__ = ['py3nvml', 'nvidia_smi', 'grab_gpus', 'get_free_gpus']
9-
__version__ = "0.2.2"
7+
__all__ = ['py3nvml', 'nvidia_smi', 'grab_gpus', 'get_free_gpus', 'get_num_procs']
8+
__version__ = "0.2.3"

0 commit comments

Comments
 (0)