Skip to content

Commit 0650dad

Browse files
committed
chore: Updating version for master after 0.3.0 release
Signed-off-by: Naren Dasan <[email protected]> Signed-off-by: Naren Dasan <[email protected]>
1 parent c6da0b8 commit 0650dad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cpp/api/include/trtorch/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 TRTORCH_MAJOR_VERSION 0
23-
#define TRTORCH_MINOR_VERSION 3
23+
#define TRTORCH_MINOR_VERSION 4
2424
#define TRTORCH_PATCH_VERSION 0
2525
#define TRTORCH_VERSION \
2626
STR(TRTORCH_MAJOR_VERSION) \

py/setup.py

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

1717
dir_path = os.path.dirname(os.path.realpath(__file__))
1818

19-
__version__ = '0.3.0'
19+
__version__ = '0.4.0a'
2020

2121
CXX11_ABI = False
2222

0 commit comments

Comments
 (0)