From 6e43e701be56d902741d9646343e9b9aac42962f Mon Sep 17 00:00:00 2001 From: Naren Dasan Date: Tue, 10 May 2022 01:19:02 -0700 Subject: [PATCH] chore: Bump version to 1.2.0a0 Signed-off-by: Naren Dasan Signed-off-by: Naren Dasan --- cpp/include/torch_tensorrt/macros.h | 2 +- py/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cpp/include/torch_tensorrt/macros.h b/cpp/include/torch_tensorrt/macros.h index 423e93fc66..2ce702ce43 100644 --- a/cpp/include/torch_tensorrt/macros.h +++ b/cpp/include/torch_tensorrt/macros.h @@ -20,7 +20,7 @@ #define STR(x) XSTR(x) #define TORCH_TENSORRT_MAJOR_VERSION 1 -#define TORCH_TENSORRT_MINOR_VERSION 1 +#define TORCH_TENSORRT_MINOR_VERSION 2 #define TORCH_TENSORRT_PATCH_VERSION 0 #define TORCH_TENSORRT_VERSION \ STR(TORCH_TENSORRT_MAJOR_VERSION) \ diff --git a/py/setup.py b/py/setup.py index 83e7d6f231..1d98f39644 100644 --- a/py/setup.py +++ b/py/setup.py @@ -22,7 +22,7 @@ JETPACK_VERSION = None -__version__ = '1.1.0' +__version__ = '1.2.0a0' def get_git_revision_short_hash() -> str: