File tree 4 files changed +17
-3
lines changed
4 files changed +17
-3
lines changed Original file line number Diff line number Diff line change
1
+ build /
2
+ dist /
3
+ target /
4
+ __pycache__ /
5
+ * .py [cod ]
6
+ * $py.class
7
+ * .egg-info /
8
+
9
+ * .so
10
+ * .dylib
11
+
12
+ .vscode /
13
+ .idea /
14
+ .settings /
Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.6)
2
- project (cuBERT VERSION 0.0.4 LANGUAGES C CXX)
2
+ project (cuBERT VERSION 0.0.5 LANGUAGES C CXX)
3
3
4
4
set (CMAKE_CXX_STANDARD 11)
5
5
set (CMAKE_POSITION_INDEPENDENT_CODE ON )
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >com.zhihu.cubert</groupId >
8
8
<artifactId >cuBERT</artifactId >
9
- <version >0.0.4 -SNAPSHOT</version >
9
+ <version >0.0.5 -SNAPSHOT</version >
10
10
11
11
<dependencies >
12
12
<dependency >
Original file line number Diff line number Diff line change 20
20
21
21
setup (
22
22
name = 'cuBERT' ,
23
- version = '0.0.4 ' ,
23
+ version = '0.0.5 ' ,
24
24
author = 'qinluo' ,
25
25
26
26
description = 'python interface for cuBERT' ,
You can’t perform that action at this time.
0 commit comments