Skip to content

Commit d561201

Browse files
committed
Bump version to 0.0.3
- Updated version in setup.py and __init__.py - Incremented version number to reflect ongoing development
1 parent 0bec52d commit d561201

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

TorchDevice/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
TorchDevice library for managing PyTorch device operations.
33
"""
44

5-
__version__ = '0.0.2'
5+
__version__ = '0.0.3'
66

77
from .TorchDevice import TorchDevice
88
from .modules.TDLogger import log_message

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name='TorchDevice',
7-
version='0.0.2',
7+
version='0.0.3',
88
description='Intercepts PyTorch calls to enable transparent code portability between CUDA and MPS hardware.',
99
author='unixwzrd',
1010
author_email='[email protected]',

0 commit comments

Comments
 (0)