Skip to content

Commit 7a0cb43

Browse files
committed
chore: bump version to 0.5.0a0
Signed-off-by: Naren Dasan <[email protected]> Signed-off-by: Naren Dasan <[email protected]>
1 parent 91f21d8 commit 7a0cb43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: cpp/include/trtorch/macros.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#define STR(x) XSTR(x)
2121

2222
#define TRTORCH_MAJOR_VERSION 0
23-
#define TRTORCH_MINOR_VERSION 4
23+
#define TRTORCH_MINOR_VERSION 5
2424
#define TRTORCH_PATCH_VERSION 0
2525
#define TRTORCH_VERSION \
2626
STR(TRTORCH_MAJOR_VERSION) \

Diff for: py/setup.py

+1-1
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.5.0a0'
2222

2323
CXX11_ABI = False
2424

0 commit comments

Comments
 (0)