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 2f704c5 commit 20afde7Copy full SHA for 20afde7
cpp/include/trtorch/macros.h
@@ -21,7 +21,7 @@
21
22
#define TRTORCH_MAJOR_VERSION 0
23
#define TRTORCH_MINOR_VERSION 4
24
-#define TRTORCH_PATCH_VERSION 0
+#define TRTORCH_PATCH_VERSION 1
25
#define TRTORCH_VERSION \
26
STR(TRTORCH_MAJOR_VERSION) \
27
"." STR(TRTORCH_MINOR_VERSION) "." STR(TRTORCH_PATCH_VERSION)
py/setup.py
@@ -18,7 +18,7 @@
18
19
dir_path = os.path.dirname(os.path.realpath(__file__))
20
-__version__ = '0.4.0'
+__version__ = '0.4.1'
CXX11_ABI = False
0 commit comments