Skip to content

Commit 20afde7

Browse files
committed
chore: Bump version to v0.4.1
Signed-off-by: Naren Dasan <naren@narendasan.com> Signed-off-by: Naren Dasan <narens@nvidia.com>
1 parent 2f704c5 commit 20afde7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cpp/include/trtorch/macros.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
#define TRTORCH_MAJOR_VERSION 0
2323
#define TRTORCH_MINOR_VERSION 4
24-
#define TRTORCH_PATCH_VERSION 0
24+
#define TRTORCH_PATCH_VERSION 1
2525
#define TRTORCH_VERSION \
2626
STR(TRTORCH_MAJOR_VERSION) \
2727
"." STR(TRTORCH_MINOR_VERSION) "." STR(TRTORCH_PATCH_VERSION)

py/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
dir_path = os.path.dirname(os.path.realpath(__file__))
2020

21-
__version__ = '0.4.0'
21+
__version__ = '0.4.1'
2222

2323
CXX11_ABI = False
2424

0 commit comments

Comments
 (0)