We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cb5896 commit d6a659fCopy full SHA for d6a659f
2 files changed
gpuci/__init__.py
@@ -1,3 +1,3 @@
1
"""gpuci - Test CUDA kernels across multiple GPUs via SSH."""
2
3
-__version__ = "0.1.0"
+__version__ = "0.1.1"
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "gpuci"
7
-version = "0.1.0"
+version = "0.1.1"
8
description = "Test CUDA kernels across multiple GPUs via SSH"
9
readme = "README.md"
10
authors = [{name = "RightNow AI", email = "hello@rightnow.ai"}]
0 commit comments