Skip to content

Commit

Permalink
Merge pull request #63 from levyfan/master
Browse files Browse the repository at this point in the history
upgrade to v0.0.5
  • Loading branch information
levyfan authored Dec 25, 2019
2 parents d56a264 + 8c17f76 commit 43a6ee7
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
build/
dist/
target/
__pycache__/
*.py[cod]
*$py.class
*.egg-info/

*.so
*.dylib

.vscode/
.idea/
.settings/
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.6)
project(cuBERT VERSION 0.0.4 LANGUAGES C CXX)
project(cuBERT VERSION 0.0.5 LANGUAGES C CXX)

set(CMAKE_CXX_STANDARD 11)
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
Expand Down
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.zhihu.cubert</groupId>
<artifactId>cuBERT</artifactId>
<version>0.0.4-SNAPSHOT</version>
<version>0.0.5-SNAPSHOT</version>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

setup(
name='cuBERT',
version='0.0.4',
version='0.0.5',
author='qinluo',
author_email='[email protected]',
description='python interface for cuBERT',
Expand Down

0 comments on commit 43a6ee7

Please sign in to comment.