Skip to content

Commit ac784fa

Browse files
authored
Merge pull request #1044 from NVIDIA/bump_version_1.2
chore: Bump version to 1.2.0a0
2 parents 3cf58a2 + 6e43e70 commit ac784fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cpp/include/torch_tensorrt/macros.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#define STR(x) XSTR(x)
2121

2222
#define TORCH_TENSORRT_MAJOR_VERSION 1
23-
#define TORCH_TENSORRT_MINOR_VERSION 1
23+
#define TORCH_TENSORRT_MINOR_VERSION 2
2424
#define TORCH_TENSORRT_PATCH_VERSION 0
2525
#define TORCH_TENSORRT_VERSION \
2626
STR(TORCH_TENSORRT_MAJOR_VERSION) \

py/setup.py

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

2323
JETPACK_VERSION = None
2424

25-
__version__ = '1.1.0'
25+
__version__ = '1.2.0a0'
2626

2727

2828
def get_git_revision_short_hash() -> str:

0 commit comments

Comments
 (0)