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 c6da0b8 commit 0650dadCopy full SHA for 0650dad
cpp/api/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 3
+#define TRTORCH_MINOR_VERSION 4
24
#define TRTORCH_PATCH_VERSION 0
25
#define TRTORCH_VERSION \
26
STR(TRTORCH_MAJOR_VERSION) \
py/setup.py
@@ -16,7 +16,7 @@
16
17
dir_path = os.path.dirname(os.path.realpath(__file__))
18
19
-__version__ = '0.3.0'
+__version__ = '0.4.0a'
CXX11_ABI = False
0 commit comments