We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91f21d8 commit 7a0cb43Copy full SHA for 7a0cb43
cpp/include/trtorch/macros.h
@@ -20,7 +20,7 @@
20
#define STR(x) XSTR(x)
21
22
#define TRTORCH_MAJOR_VERSION 0
23
-#define TRTORCH_MINOR_VERSION 4
+#define TRTORCH_MINOR_VERSION 5
24
#define TRTORCH_PATCH_VERSION 0
25
#define TRTORCH_VERSION \
26
STR(TRTORCH_MAJOR_VERSION) \
py/setup.py
@@ -18,7 +18,7 @@
18
19
dir_path = os.path.dirname(os.path.realpath(__file__))
-__version__ = '0.4.0'
+__version__ = '0.5.0a0'
CXX11_ABI = False
0 commit comments