Skip to content

Commit d6a659f

Browse files
committed
v0.1.1
1 parent 0cb5896 commit d6a659f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

gpuci/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""gpuci - Test CUDA kernels across multiple GPUs via SSH."""
22

3-
__version__ = "0.1.0"
3+
__version__ = "0.1.1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "gpuci"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
description = "Test CUDA kernels across multiple GPUs via SSH"
99
readme = "README.md"
1010
authors = [{name = "RightNow AI", email = "hello@rightnow.ai"}]

0 commit comments

Comments
 (0)